RaphaelMeudec / deblur-gan

Keras implementation of "DeblurGAN: Blind Motion Deblurring Using Conditional Adversarial Networks"
585 stars 245 forks source link

requirement-gpu.txt error. #19

Open asimay opened 6 years ago

asimay commented 6 years ago

when run pip install requirement-gpu.txt, some packages are missing.

Using cached https://files.pythonhosted.org/packages/ba/39/dec355f61fabe35689acd1879ce17492863930095df5992f8276eab1b0b8/pip_autoremove-0.9.0-py2.py3-none-any.whl Collecting pkg-resources==0.0.0 (from -r requirements-gpu.txt (line 17)) Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from -r requirements-gpu.txt (line 17)) (from versions: ) No matching distribution found for pkg-resources==0.0.0 (from -r requirements-gpu.txt (line 17))

asimay commented 6 years ago

Requirement already satisfied: pbr>=0.11 in /home/zhaolai/anaconda3/envs/leon-py3/lib/python2.7/site-packages (from mock>=2.0.0->tensorflow-gpu->-r requirements-gpu.txt (line 27)) (4.2.0) keras-preprocessing 1.0.1 has requirement keras>=2.1.6, but you'll have keras 2.1.3 which is incompatible. keras-applications 1.0.2 has requirement keras>=2.1.6, but you'll have keras 2.1.3 which is incompatible. Installing collected packages: Keras Found existing installation: Keras 2.1.6 Uninstalling Keras-2.1.6: Successfully uninstalled Keras-2.1.6 Successfully installed Keras-2.1.3

and this error always prompt, I find the issue: line 10, should set keras to 2.1.6 version, or remove keras limitation.

Mrmachiner commented 4 years ago

bleach==1.5.0 click==6.7 cycler==0.10.0 decorator==4.2.1 futures==3.1.1 h5py==2.7.1 html5lib==0.9999999 imageio==2.2.0 Keras==2.1.3 Markdown==2.6.11 matplotlib==2.1.2 networkx==2.1 numpy==1.14.0 Pillow==6.2.0 pip-autoremove==0.9.0 protobuf==3.6.0 pyparsing==2.2.0 python-dateutil==2.6.1 pytz==2017.3 PyWavelets==0.5.2 PyYAML==3.12 scikit-image==0.13.1 scipy==1.0.0 six==1.11.0 tqdm==4.19.5 Werkzeug==0.14.1 tqdm==4.19.5 Werkzeug==0.14.1 tensorflow-gpu==1.15

try run requirement-gpu.txt

YasasviPeruvemba commented 3 years ago

Removing the version numbers seemed to solve the problem momentarily. Would be easier if an updated version of the requirements was configured.