Category "anaconda"

Conda create env from file - How to specify prefix in the file?

I read that the prefix line in the environment.yaml file is not used by conda env create. Two of the posts on SO pointing to this fact are: export conda envir

Anaconda Solving Environment fails in New Environment

I'm trying to set up tensorflow-gpu on my local machine to train neural networks on my RTX 2070 super. Unfortunately, I get the issue of the environment failing

how to fix this error "Encoders require their input to be uniformly strings or numbers. Got ['float', 'str']"

Here is my code. label_encoder = LabelEncoder() rainfall['station_name'] = label_encoder.fit_transform(rainfall['station_name'])

faiss ERROR: Could not find a version that satisfies the requirement faiss (from versions: none)

When Running Installation: pip install faiss I am getting this error: ERROR: Could not find a version that satisfies the requirement faiss (from versions: n

How to solve Application launch error(Exit Code 1) when opening applications(such as jupyter lab, spynder etc.)?

I was trying to open the jupyter notebook because I just wanted to use the tool for data analytics activities. I just installed Anaconda Navigator and upon clic

Anaconda "Inconsistent environment" and Spyder not recognising Imported Modules

I have been having a problem with my Spyder distribution since I attempted to install a new package (scikit-image): After attempting to install it, initially my

Conda activate not working?

gonzo  ~/a/packages  conda env list # conda environments: # ppo_latest /nohome/jaan/abhishek/anaconda3/envs/ppo_latest root

pip-compile error using Anaconda - File "/opt/anaconda3/bin/pip-compile", line 8, in <module> sys.exit(cli())

My pip version is 22.0.4. I had the most recent version but had to downgrad because I noticed the same error mentioned here: https://github.com/jazzband/pip-too

ERROR conda.core.link:_execute(698): An error occurred while installing package 'defaults::qt-5.9.7-vc14h73c81de_0'

I am getting an error whenever I want to install Anaconda. I tried several version and the error keeps appearing. Preparing transaction: ...working... done Exec

conda activate does not accept more than one argument:

I have conda 4.8.4, on my Linux server and still see this issue. $ /opt/anaconda3/bin/conda shell.posix activate taking the arguments $1 $2 $3 $4 passed to the

Conda install package ModuleNotFoundError: No module named 'conda'

I installed Conda using the scripts from bootstrap-conda.sh and install-conda-env.sh Conda was installed successfully. When I install the first package, e.g.

".yml" file "prefix" question (How to Implement Yolo V3 Object Detection on Windows with GPU)

(This is my 1st attempt with Anaconda / Python / YOLO / Object Detection) I follow this YouTube tutorial. (as said from time-tag 2:00) I downloaded Anaconda Pyt

Can't install Spyder through Anaconda Navigator

I cannot install Spyder through Anaconda Navigator. I am a complete beginner when it comes to Python and I have no idea what's going wrong. I have to create a

Anaconda Installed but Cannot Launch Navigator

Anaconda (listed as "Python 3.6.0 (Anaconda 4.3.1 64 bit)" ) is in my programs and features list, but there is seeming no Anaconda Navigator desktop app, as the

The environment is inconsistent, please check the package plan carefully

I tried to update or install new packages from anaconda and lately, this message has appeared: The environment is inconsistent, please check the package plan c

Issues while installing utilities module in python

Am trying to install utilities module for both python and anaconda environment.I have python 3 in my Mac.Here is the error I get. pip install utilities C

The application "Navigator" can't be opened

When I click on the navigator it says, The application "Navigator" can't be opened How can I fix this? It was completely fine few days ago and now I am trying

Keras installed through Conda breaks the Anaconda Prompt on Windows 10 [closed]

I have a Win10 OS, with Anaconda 3.6 installed, and a friend told me to install keras by using a specific conda command. Without reading any o

Anaconda3 4.3.0 (64-bit) Setup Error Message

Error: Due to incompatibility with several Python libraries, path cannot contain non-ascii characters (special characters or diacritics). Please choose a differ

How to uninstall Anaconda completely from macOS

How can I completely uninstall Anaconda from MacOS Sierra and revert back to the original Python? I have tried using conda-clean -yes but that doesn't work. I a