python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I make a Python package developed with Poetry available on conda-forge (or even on my personal conda channel)?
I have developed my first Python package using Poetry as a dependency management and packaging tool.
Publishing my work to PyPI has been as easy as running:
poetry publish --build
Now, I'd like to ma...
Luigi
Votes: 0
Answers: 2
Remove builds from conda custom channel with same version
In a custom conda channel for a DEV environment, we may and up with several builds having the same version number. This can just be caused by several merges into the develop branch and triggering your...
tschaka1904
Votes: 0
Answers: 1
Broke my conda. Can't install packages from custom channel any longer
I've inherited a machine, with an Anaconda installation, on which I must manage my python environments.
I have a custom channel, on a network share, that I host my conda packages on. It has the highes...
Griffin
Votes: 0
Answers: 0
Installing conda package from local path works, but not from anaconda.org
I've built a package through conda-build. When I'm installing it through conda install --use-local PACKAGENAME it works perfectly. Afterwards, I'm uploading the package to anaconda.org through anacond...
ScienceNoob
Votes: 0
Answers: 0