You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Hello. I installed in a new conda create --name torcharrow (and after activating it) the following: conda install -c pytorch-nightly pytorch (not sure if even necessary)
`(torcharrow) anchalum:~$ conda install -c pytorch-nightly torcharrow
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:
- torcharrow
Current channels:
- https://conda.anaconda.org/pytorch-nightly/linux-64
- https://conda.anaconda.org/pytorch-nightly/noarch
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
I tried python version 3.7 and 3.10 but I get the same result. Is there something I am missing in the installation? I did not see a conda installation on the README file, does this mean I have to install torcharrow only from source? But then why is this https://anaconda.org/pytorch-nightly/torcharrow not working?
Sincerely,
Anaëlle
`
The text was updated successfully, but these errors were encountered:
Hello. I installed in a new
conda create --name torcharrow
(and after activating it) the following:conda install -c pytorch-nightly pytorch
(not sure if even necessary)And following https://anaconda.org/pytorch-nightly/torcharrow I did:
conda install -c pytorch-nightly torcharrow
but I got:
I tried python version 3.7 and 3.10 but I get the same result. Is there something I am missing in the installation? I did not see a conda installation on the README file, does this mean I have to install torcharrow only from source? But then why is this https://anaconda.org/pytorch-nightly/torcharrow not working?
Sincerely,
Anaëlle
`
The text was updated successfully, but these errors were encountered: