We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, when I'm trying to install the following, I'm getting the PackagesNotFoundError
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts 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
https://anaconda.org
and use the search bar at the top of the page.
THANKS!
The text was updated successfully, but these errors were encountered:
I think this is a documentation issue
conda install -c bioconda semibin
Should be the recommended way without all that extra stuff, which can be given as Advanced or something
Sorry, something went wrong.
Reopening as at least the README file still has bad instructions.
OK. It seems it is also a Mac issue.
c065098
No branches or pull requests
Hi, when I'm trying to install the following, I'm getting the PackagesNotFoundError
conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts
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.
THANKS!
The text was updated successfully, but these errors were encountered: