You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda env create -f environment.yml is failing while trying to install densenet. All other dependencies and pip installs are fine. This is on Ubuntu 18.04 and python 3.7.3. Any ideas what may be going wrong?
Thank you!
Ran pip subprocess with arguments:
['/home/huzaifa2/miniconda3/envs/neural-holography/bin/python', '-m', 'pip', 'install', '-U', '-r', '/scratch/huzaifa2/misc/neural-holography/condaenv.djfw3jr_.requirements.txt']
Pip subprocess output:
...
<Other pip installs>
...
Collecting densenet==0.1.1 (from -r /scratch/huzaifa2/misc/neural-holography/condaenv.djfw3jr_.requirements.txt (line 5))
Pip subprocess error:
ERROR: Could not find a version that satisfies the requirement densenet==0.1.1 (from -r /scratch/huzaifa2/misc/neural-holography/condaenv.djfw3jr_.requirements.txt (line 5)) (from versions: 0.1)
ERROR: No matching distribution found for densenet==0.1.1 (from -r /scratch/huzaifa2/misc/neural-holography/condaenv.djfw3jr_.requirements.txt (line 5))
CondaEnvException: Pip failed
The text was updated successfully, but these errors were encountered:
You can use the command in setup_env.sh file one by one to set up the environment. If possible, don't use the command to execute the setup_env.sh file directly and execute the command in the file manually.
Hello,
conda env create -f environment.yml
is failing while trying to install densenet. All other dependencies and pip installs are fine. This is on Ubuntu 18.04 and python 3.7.3. Any ideas what may be going wrong?Thank you!
The text was updated successfully, but these errors were encountered: