Closed DanielG1010 closed 2 months ago
Hi, thanks for your interest.
' - package torchvision-0.9.1-py36_cpu requires python >=3.6,<3.7.0a0, but none of the providers can be installed' it seems that you have installed Python with a higher version. py3.6 will work. You can also install a recent Pytorch version, like 2.0.
Hi, thank you for your work. I am trying to create the environment to run some test with the model. I make an initial empty conda enviroment and then run:
conda install pytorch=1.8.1 torchvision=0.9.1 -c pytorch
But get the following conflicts:
I also tried with micromamba, but got the same. Do you have any alternative instructions to create the environment? Maybe an environment.yml?