-
-
Notifications
You must be signed in to change notification settings - Fork 56
issue: Solving environment: failed #3
Comments
@momonala If you want to do this, please install the offline package. |
This worked. Thanks! |
@aaryan1210 What is the error at your side? |
@aaryan1210 Consider using the official one? The one in my repo is outdated. |
`(base) C:\Users\HP>conda install -c peterjc123 pytorch-cpu Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. This is the error shown in anaconda prompt. |
@aaryan1210 Please try |
I have a Cuda 9.2 toolkit installed and I downgraded my python version to 3.5 to match the version shown in error. |
|
Hey, I installed PyTorch using the above-mentioned code, but today the prompt is showing that no module named torch exists.
|
@aaryan1210 You have multiple python installation? What is the result of the following commands?
|
Yes, I have 2 python installations and 3 conda installations.
And python
|
@aaryan1210 There is nothing wrong there. Maybe you installed it into a virtual environment? |
Could you please show me the result of |
I installed with (base) and I tried installing it in a virtual environment. But installed it in (base) too. |
|
What about |
And pip didn't show any result. |
I think think this means no pytorch is installed. |
So it seems |
Should I download it in env or base? |
@aaryan1210 Just according to your needs. Both should work. |
Ok, installation in env is working properly but the base* is showing error. |
What error is it? |
I get the following error. I can install pytorch on the smaller
test
environment fine, but when I try to install it outside of the test env. I get the following error. I tried downgrading from Python 3.6.3 to 3.6.0 to no avail. Additionally, if I uninstall for the package that conda questions, I just get the same error with a new package (ex. I uninstalledxeus
butqt
now appeared. Any suggestions?The text was updated successfully, but these errors were encountered: