Add a conda installation option
See original GitHub issueI 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:
- Created 2 years ago
- Comments:8 (8 by maintainers)
Top 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 >
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 Free
Top 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

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-forgeintegration.No issues! Let me prioritize this.