-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi,
Thank you for uploading this repo.
I was trying to create an environment but ended up getting errors, so I couldn’t run the code.
Specifically, I created a conda environment with Python 3.8, and the torch and torchvision packages had conflicts in their dependencies.
conda create -n mvc python=3.8
conda activate mvc
pip install -r requirements.txt
ERROR: No matching distribution found for pytorch-lightning==1.5.10
I then changed pytorch-lightning==1.5.10 to pytorch-lightning==1.5.1 and ran again but got
The conflict is caused by:
The user requested torch==1.11.0
torchvision 0.11.3 depends on torch==1.10.2
I tried changing the version but then other errors of conflicts kept occuring
Is there any way I can solve this issue?
Thanks
Metadata
Metadata
Assignees
Labels
No labels