-
Notifications
You must be signed in to change notification settings - Fork 3
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
Unable to create a conda environment #3
Comments
Ok, I prepared the conda env file myself. After removing the build version and few packages which are no longer available (and some which are not necessary, such as
I guess one could remove few other packages which are not required and this reduce the size of the environment. Moreover, to run the software, few other packages should be installed, eg:
|
@filipsPL thanks for posting this issue. I wasn't able to reproduce the error you were getting when trying to create the environment. What kind of computer were you working on? |
This is the Linux machine with a fresh install of Debian Stable (Debian 11.2). So nothing is installed but the basic system. This should not have influence on the installation process as everything should be provided by the conda. Anyway, the method described in my previous post enabled me to install and run the software on that system. |
Hi. I have problems with creating the required conda environment:
I think the reason can be that the specific builds are no longer available. Maybe removing specific builds/versions could help? Could you provide the yml file without specific builds? Rr verify the env build procedure to ensure that the it can be created?
The text was updated successfully, but these errors were encountered: