Top "Conda" questions

Conda is a package management and environment management system.

Conda not found after upgrading to macOS Catalina

I've just updated my MacBook to Catalina. After the update, zsh can't find anymore. In fact, in my .zshrc I …

macos anaconda conda environment macos-catalina
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 jupyter lab but it …

anaconda conda jupyter-lab
RemoveError: 'requests' is a dependency of conda and cannot be removed from conda's operating environment

Having trouble installing a third party library and I have not seen this error before using Windows 10 with Anaconda installed: …

python windows conda
How to set up conda-installed R for use with RStudio?

I've been trying to set up my R using conda (eventually to use with Beaker Notebook) and I want to …

r environment-variables rstudio anaconda conda
How can I host my own private conda repository?

I have a few python projects that are dependent on each other. I have different release versions for each project …

python pip anaconda pypi conda
How to solve an error that appears in conda proxy configuration?

I am trying to install Rdkit on ubuntu and I have problem with the conda configuration. I have reinstalled anaconda3 …

python conda rdkit
python: install dash with conda

How can I install dash step-by-step? I'm really new at importing packages in python. I have python 3.6.4 on my computer …

python installation conda plotly-dash
Anaconda 4.7.5 - Warning about conda-build <3.18.3 and issues with python packages

I run the Anaconda python distribution on Ubuntu Linux 18.04 LTS x64 and just updated the distribution with the usual conda …

python anaconda conda
ValueError: Unknown projection '3d' (once again)

When executing this line of code: import matplotlib.pyplot as plt #your code fig = plt.figure() ax = fig.gca(projection=…

python matplotlib 3d conda spyder
PermissionError: [WinError 5] Access is denied: 'C:\\Program Files\\Anaconda3\\pkgs\\vs2015_runtime-14.0.25123-0.tmp

Conda newbie here! How can I solve this problem? C:\Users\mona>conda create --name universe-starter-agent python=3.5 Fetching package …

python python-3.x windows-10 access-denied conda