Closed wykhan closed 3 months ago
did you install Cuda 9.2?
can you try to install the conda env in following way? conda create -n env_cnn_nlm -c nvidia -c pytorch -c conda-forge pytorch=0.4.1 torchvision cupy==6.4.0 cudatoolkit==9.2 cudnn matplotlib scikit-learn pillow tqdm h5py yaml tensorboardx==1.8 fastrlock
I'm very interested in your work, but I have a problem in the reproduction. install cupy failed: "pip install cupy==6.2.0" "ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-gf03bx31/cupy/"
Do u have any suggestions?
conda env create -n env_cnn_nlm -f environment.yml Collecting package metadata (repodata.json): done Solving environment: done
==> WARNING: A newer version of conda exists. <== current version: 4.7.10 latest version: 4.10.1
Please update conda by running
Downloading and Extracting Packages pip-19.1.1 | 1.6 MB | ############################################# | 100% numpy-base-1.16.4 | 3.5 MB | ############################################# | 100% scipy-1.2.1 | 13.7 MB | ############################################# | 100% wheel-0.33.4 | 41 KB | ############################################# | 100% cudnn-7.2.1 | 241.6 MB | ############################################# | 100% certifi-2019.6.16 | 152 KB | ############################################# | 100% cython-0.28.2 | 2.9 MB | ############################################# | 100% torchvision-0.2.1 | 75 KB | ############################################# | 100% mkl_fft-1.0.12 | 155 KB | ############################################# | 100% scikit-learn-0.21.2 | 5.0 MB | ############################################# | 100% mkl_random-1.0.2 | 362 KB | ############################################# | 100% ca-certificates-2019 | 126 KB | ############################################# | 100% h5py-2.9.0 | 993 KB | ############################################# | 100% imageio-2.5.0 | 3.2 MB | ############################################# | 100% pytorch-0.4.1 | 432.0 MB | ############################################# | 100% pyparsing-2.4.2 | 62 KB | ############################################# | 100% pillow-6.1.0 | 582 KB | ############################################# | 100% cuda92-1.0 | 4 KB | ############################################# | 100% setuptools-41.0.1 | 505 KB | ############################################# | 100% numpy-1.16.4 | 48 KB | ############################################# | 100% pyyaml-5.1.1 | 178 KB | ############################################# | 100% lmdb-0.9.23 | 418 KB | ############################################# | 100% python-3.6.8 | 30.1 MB | ############################################# | 100% openssl-1.1.1d | 2.5 MB | ############################################# | 100% joblib-0.13.2 | 343 KB | ############################################# | 100% pytz-2019.2 | 183 KB | ############################################# | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done Ran pip subprocess with arguments: ['/home/wykhan/.conda/envs/env_cnn_nlm/bin/python', '-m', 'pip', 'install', '-U', '-r', '/home/wykhan/Projects/despeckling/CNN-NLM/condaenv.hrso5g66.requirements.txt'] Pip subprocess output: Collecting cupy==6.2.0 (from -r /home/wykhan/Projects/despeckling/CNN-NLM/condaenv.hrso5g66.requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/4d/08/2b25443d31ea34cdd259a689d67bc20f19df0c079e1f517ca1bd5bd7e6e2/cupy-6.2.0.tar.gz (3.1MB)
Pip subprocess error: ERROR: Complete output from command python setup.py egg_info: ERROR: Options: {'package_name': 'cupy', 'long_description': None, 'wheel_libs': [], 'wheel_includes': [], 'no_rpath': False, 'profile': False, 'linetrace': False, 'annotate': False, 'no_cuda': False}
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-gf03bx31/cupy/
CondaEnvException: Pip failed