Conda install instructions in /README.md fail
See original GitHub issue📚 Documentation
The main README of the ClassyVision project on GitHub prescribes the following command line for installing the framework:
conda install -c conda-forge classy_vision
This gives the result:
--- ~ » conda install -c conda-forge classy_vision
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:
- classy_vision
Current channels:
- https://conda.anaconda.org/conda-forge/osx-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/osx-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-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.
Using -c pytorch
and using no channel flag (i.e., conda
’s default channels) produce similar results.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Troubleshooting — conda 22.11.1.post16+ce4e810c9 ...
Programs fail due to invoking conda Python instead of system Python. UnsatisfiableSpecifications error. Package installation fails from a specific channel.
Read more >Conda install error - v4 - PyMC Discourse
I encounter this error. Type “help”, “copyright”, “credits” or “license” for more information. Are you possibly running into this?
Read more >Infrastructure — conda-forge 2022.12.21 documentation
Presently Azure has some issues building libraries using cmake on Windows. Azure does not have a VS2008 installation, so building certain very old...
Read more >Installation - PySCF
All extension modules can be installed with: $ pip install pyscf[all]. The extension modules can be found in https://github.com/pyscf (see also Extension ...
Read more >No such file or directory error when installing github package ...
what did I do wrong? thank you so much for your help. python · github · pip · anaconda.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Interestingly, anaconda.org search results show ClassyVision 0.2.0 on conda-forge, but only for Linux: https://anaconda.org/search?q=classy_vision
Thanks for looking into it.