-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Installation Problems of environment.yml #201
Comments
+1, Having the same issue as well. I'm running with Python 3.7 on Ubuntu 22.04 LTS. If it matters any, my Python version is configured via pyenv, since our team has to use different versions of Python. |
same problem,it takes a long time in solving environment |
+1,when I run conda config --remove-key channels than happen that root@autodl-container-11b611b952-3b67158a:~/autodl-tmp/nerf# conda env create -f environment.yml ResolvePackageNotFound:
|
same problem, have you fix it? |
Same problem!!! :/ |
same problem here |
same problem |
same problem ,I want to know if the configuration will be ready after waiting for it all the time |
Same problem |
Do not install them together. Install the contents of YAML one by one |
Hello,
I am struggling to get my conda environment set up.
Currently, I am running the codebase in a Docker image running ubuntu:focal. I have the latest conda version installed from source.
However, when running
conda env create -f environment.yml
, it takes a very long time for conda-forge to solve for a valid environment.May I know what was the Linux version used to build the repo? And what are the exact versions of each package?
The text was updated successfully, but these errors were encountered: