We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi @Wizaron I have the dependency problems when creating conda env: conda env create -f instance-segmentation-pytorch/code/conda_environment.yml
conda env create -f instance-segmentation-pytorch/code/conda_environment.yml
1/ Conda supports cudatoolkit >= 9.0 so I can't install cudatoolkit==8.0
cudatoolkit==8.0
Collecting package metadata (repodata.json): done Solving environment: failed ResolvePackageNotFound: - cudatoolkit==8.0=3
2/ I deleted the cudatoolkit==8.0=3 but I still get a lot of conflicts.
cudatoolkit==8.0=3
Do you have any solutions? Can you update your conda env? or create a docker image?
Thank you
The text was updated successfully, but these errors were encountered:
@Khoa-NT Did you got any solution for this?
Sorry, something went wrong.
I've given up since there was no feedback from the author.
No branches or pull requests
Hi @Wizaron
I have the dependency problems when creating conda env:
conda env create -f instance-segmentation-pytorch/code/conda_environment.yml
1/ Conda supports cudatoolkit >= 9.0 so I can't install
cudatoolkit==8.0
2/ I deleted the
cudatoolkit==8.0=3
but I still get a lot of conflicts.Do you have any solutions?
Can you update your conda env? or create a docker image?
Thank you
The text was updated successfully, but these errors were encountered: