-
Notifications
You must be signed in to change notification settings - Fork 8
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
conda environment cannot be created: The following specifications were found to be incompatible with your CUDA driver #58
Comments
Is there a progress in this issue @mark-ep ? Did you already have a look at it? |
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 @floschl! The project is no longer funded, however we'll try to maintain is if time allows for. So yes, please provide your PR! |
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: