Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environment setup fails #3

Open
mhuzai opened this issue Apr 26, 2021 · 2 comments
Open

Environment setup fails #3

mhuzai opened this issue Apr 26, 2021 · 2 comments

Comments

@mhuzai
Copy link

mhuzai commented Apr 26, 2021

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!

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
@zzUMN
Copy link

zzUMN commented Jul 9, 2022

I had the same issue and the densenet 0.1.1 is only existing in the tensflow 2.0.0-alpha?

@zzUMN
Copy link

zzUMN commented Jul 23, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants