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)
conda doesn't see the nuitka package
When trying to compile a file, using the command conda -m nuitka -onefilestrict test.py
I get an error CommandNotFoundError: No command 'conda nuitka'.
Used conda config --add channels conda-forgeand ...
SmaileR
Votes: 0
Answers: 1
"[lib] requires [dep], which is not installed" when running PR tests on conda-forge feedstock, despite explicit call in grayskull-generated meta.yaml
I'm trying to upgrade the conda-forge version of xagg to the latest version (v0.3.0). The built-in Azure Pipelines tests that run when I set up a PR of the feedstock into the conda-forge repository ho...
ks905383
Votes: 0
Answers: 1
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
Version of a built `conda-forge` package is different between `pip list` and the `conda list` (it should be the same)
I recently added the package typepigeon to conda-forge. On conda-forge it is currently at version 1.0.9; however, when installing typepigeon via conda install, the output of pip list shows its version...
Zachary Burnett
Votes: 0
Answers: 1