-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Installation Error,Packages not found #281
Comments
Hey any luck? I'm experiencing the same thing |
Same problem with me, you got it working? |
No luck on my end 🫠 |
No luck on my end 🫠, I ended up having trouble with running due to the specs on my machine in general, although one thing that seemed to help progress things a bit was trying to install these packages through pip instead |
Installing with pip is a possible option, have you considered |
Updating doesn't work as well, I tried that already |
Here's what initially worked for me:
However, this installs old versions of the torch libraries, which are incompatible with the latest Nvidia NCCL library, so you'll just get an error further down the road. What I ended up doing (which works) is I installed the latest libaries for everything. Taking the instructions in the main README, that would look something like:
Note I am not a AI/ML expert but do know my way around a terminal, and this worked. Perhaps I could have used conda/pip for everything, but that's just how I ended up doing things. Your results may vary. |
I don't know how to fix it
C:\Users\User>conda install pytorch==1.4.0 torchvision==0.5.0 cudatoolkit=10.0 -c pytorch -c conda-forge
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
The text was updated successfully, but these errors were encountered: