DataScienceHamburg / PyTorchUltimateMaterial

This repo holds material for the Udemy course "PyTorch Ultimate"
97 stars 93 forks source link

conda environment creation failed #3

Open arunkvijay opened 8 months ago

arunkvijay commented 8 months ago

I couldn't create the pytorch env from the yml file.

Again, on trying to create the env manually, the detecto library was not getting installed conda install -c conda-forge detecto gives an error message as in the screenshot below. Any help on how to proceed?

image

berty-b commented 4 months ago

From your screenshot, I am assuming you are using Linux, I also get the exact same error as you, I tried in Ubuntu 22.04 and also in MacOS 14.2.1

I installed using pip install detecto instead.

Then successfully tested detecto using a sample python example