python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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
Conda Keeps Using Wrong Version of Tensorflow even Installed Correctly
I am creating a different environment on Anaconda to use tensorflow-gpu v2.1. Everytime I try to create an environment with v2.1, when I check the version, it keeps showing me 2.9.0-dev20220329
Is the...
Pelin
Votes: 0
Answers: 0
default python is system version despite conda path appearing first
Having looked at several answers to questions about switching default python versions, I understand that the order of directories in the $PATH variable determines which python version will get used.
I...

Jeff Groh
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