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.

Add a conda installation option

See original GitHub issue

I believe, adding a conda installation option for gradsflow will be helpful for growth and adoption of the library. I have started the work on it already. Once the 💡 PR gets approved and merged, you will have gradsflow on conda-forge.

conda install -c conda-forge gradsflow

⛔ 🔥 Roadblock to conda-forge packaging

However, there seems to be a problem: it appears that this library is somewhat tightly coupled with comet_ml (which has a proprietary license – NOT OpenSource). If you could work on making this a weak coupling, or better yet make comet_ml optional (even for tests), that would allow us to make gradsflow available on conda-forge.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
aniketmauryacommented, Dec 16, 2021

hi @sugatoray, I have made a post-release on PyPI for Gradsflow https://pypi.org/project/gradsflow/. hope there is not any blocker from our side conda-forge integration.

1reaction
aniketmauryacommented, Dec 10, 2021

No issues! Let me prioritize this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

conda install
Installs a list of packages into a specified conda environment. This command accepts a list of package specifications (e.g, bitarray=0.8) and installs a...
Read more >
CONDA CHEAT SHEET - Interactive Chaos
the Anaconda prompt, type anaconda-navigator. CONTINUED ON BACK → conda info conda update conda conda install PACKAGENAME spyder conda update PACKAGENAME.
Read more >
conda install — Conda documentation
To pre- vent existing packages from updating, use the --no-update-deps option. This may force conda to install older versions of the requested packages,...
Read more >
Installation — Anaconda documentation
On Windows, macOS, and Linux, it is best to install Anaconda for the local user, which does not require administrator permissions and is...
Read more >
Add a conda installation option · Issue #180 - GitHub
Adding a conda installation option could be very helpful. I have started working on a PR (conda-forge/staged-recipes#17244) already to add ...
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