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
should run without any errors and create the conda environment as defined in environment.yml.
Actual behavior
When creating the conda environment, conda tries to solve found conflicts and fails to do so. It might have something to do with my CUDA driver.
How could I deal with this incompatibility?
The text was updated successfully, but these errors were encountered:
floschl
changed the title
conda environment cannot be created:
conda environment cannot be created: The following specifications were found to be incompatible with your CUDA driver
Jun 25, 2020
The current environment.yml looks a bit too stringent, I am not sure if this is necessary. Also cate-util seems have to been released in a version 2.0.0. This however would require it to be published on the ccitools channel, whose latest version is still 1.1.0.dev5:
Would it make sense to update the cate-util and derive all other dependencies from the ones of the latest cate-util?
I was able to fix the issue in my private fork. I updated most of the package dependencies version numbers since most of them were outdated. Also the cate-util dependency should be updated.
Besides I noticed that some unit tests were failing. I fixed them.
Is this project still alive, so we could possibly add a pull request?
thanks @forman! Just opened the PR. Please note that I did not testet the changes against the packages that make use of dedop-core, e.g. the web ui. However, it the changes are in my opinion a good starting point to continue the development as an open-source project.
I already encounted some other issues regarding the multilooking module (stack differs from the multilooked waveform). Do you think such issues are tackled by somebody and fixed in here?
Expected behavior
conda env create --file environment.yml
should run without any errors and create the conda environment as defined in environment.yml.
Actual behavior
When creating the conda environment, conda tries to solve found conflicts and fails to do so. It might have something to do with my CUDA driver.
How could I deal with this incompatibility?
Steps to reproduce the issue
Specifications
OS: Ubuntu 18.04 LTS
conda version 4.8.3
Console output
The text was updated successfully, but these errors were encountered: