instance-segmentation-pytorch
instance-segmentation-pytorch copied to clipboard
Conda env
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
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.
Do you have any solutions? Can you update your conda env? or create a docker image?
Thank you
@Khoa-NT Did you got any solution for this?
I've given up since there was no feedback from the author.