Welcome to Software Laboratory of Antillia.com. Future Windows and Linux Programming |
SOL4Py Class Library |
Home | SOL4Py Class List | SOL4Py Samples |
; 20200224 Modified to use python 3.6.5 (64-bit) instead of Anaconda3. ; Create a virtual env tflow python -m venv tflow cd tflow scripts/activate pip install opencv-python pip install PyQt5 pip install pandas pip install matplotlib pip install seaborn pip install pydotplus pip install qimage2ndarray pip install sklearn pip install xgboost pip install LightGBM ;2020/02/24 Modified to install tensorflow==1.5.0 pip install tensorflow==1.5.0 pip install keras==2.2.4 pip install cx_Oracle pip install pydot pip install PyOpenGL pip install graphviz ; https://github.com/pytorch/pytorch/issues/19406 pip install torch==1.2.0+cpu torchvision==0.4.2+cpu -f https://download.pytorch.org/whl/torch_stable.html pip install pycryptodome pip install mysql-connector-python ; 20200224 Maybe you have to install pillow version like this ; to avoid ImportError: cannot import name 'PILLOW_VERSION' pip install pillow==6.2.1 ;To avoid Future warning, pip install numpy==1.16.0 pip install numpy==1.16.0 |