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.

Updating docs for conda installation from conda-forge channel

See original GitHub issue

📚 Documentation

Recently I packaged another library ecco for conda-forge channel. Since, captum is a dependency of ecco, I had to add captum to conda-forge as well (PR: https://github.com/conda-forge/staged-recipes/pull/17388).

So, now you can also install captum from conda-forge channel.

conda install -c conda-forge captum

I can send a PR to update the docs. Please let me know, if I should. 💡

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
aobo-ycommented, Jan 19, 2022

hi @sugatoray , we plan to release the next version around March 4th. Will let you know once it is ready on PyPl. Thx!

2reactions
vivekmigcommented, Jan 18, 2022

Hi @sugatoray , if you can add @NarineK , @aobo-y , and me (@vivekmig) as co-maintainers of the conda-forge feedstock, that would be great! Thanks for adding Captum to conda-forge!

Read more comments on GitHub >

github_iconTop Results From Across the Web

A brief introduction — conda-forge 2022.12.21 documentation
Channels were often abandoned, updating required locating new channels. conda-forge is a community effort ... How can I install packages from conda-forge?¶.
Read more >
Installation with conda from conda-forge - TeNPy
The numpy package provided by the conda-forge channel by default uses openblas on linux. As outlined in the conda forge docs, you can...
Read more >
Conda channels
Specifying channels when installing packages . From the command line use --channel. $ conda install scipy --channel conda-forge.
Read more >
How update/remove conda-forge channel from Anaconda?
You can use: conda config --show channels. This will list your channels conda config --remove channels NOT_WANTED.
Read more >
Using Packages and Channels - The Carpentries Incubator
This command would install tensorflow package from conda-forge channel into ... The [conda documentation][conda-install-docs] has a nice decision tree that ...
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