Category "anaconda"

How to solve [WinError 5] Access is denied in anaconda prompt

I have recently reset my laptop and installed Anaconda in it, and I tried to open JupyterLab but it gives me error Error executing Jupyter command 'lab': [WinE

Cannot import packages installed in new Conda environment

I am trying to make my own conda python environment on HPC server, and something very strange is happening. The problem After creating a new conda environment,

import pandas throws TypeError: expected string or bytes-like object

After pip installing a private repo in my Conda environment I now get the error TypeError: expected string or bytes-like object when trying to import pandas. I

ImportError: DLL load failed when importing sklearn in Jupyter with Anaconda

I updated Anaconda, and since then I can't import sklearn in my Jupyter Notebook. Here is my traceback: -------------------------------------------------------

How to install Python packages in a specific environment?

I installed Anaconda3 so I can create environments and install different packages in each environment. But I fail to understand the difference between the Pytho

Conda is not recognized as an internal or external command

Command line screen capture I have successfully installed Anaconda on my drive D and added it to my path so that I am able to access it from cmd without using t

Anaconda installer not working - Windows 10

I have installed the Anaconda 3 in my windows 10 and it has not installed the Scripts folder and the Anaconda Prompt or Navigator applications. I have come he

cant install a package in anaconda

While installing a package iam getting this error.Whats the problem?? Installing collected packages: opencv-contrib-python Could not install packages

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