question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
fbbradheintzcommented, Jan 31, 2020

Interestingly, anaconda.org search results show ClassyVision 0.2.0 on conda-forge, but only for Linux: https://anaconda.org/search?q=classy_vision

1reaction
fbbradheintzcommented, Jan 31, 2020

Thanks for looking into it.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found