Top "Conda" questions

Conda is a package management and environment management system.

How to identify conda package dependents?

For a given conda package, how to I list the packages that depend on it? I recently installed anaconda on …

conda
Install pybox2d for python 3.6 with conda 4.3.21

i want to play with the lunar lander env from OpenAI gym. In order to run this code I need …

python-3.x anaconda ubuntu-16.04 conda openai-gym
ValueError: failed to parse CPython sys.version after using conda command

I'm running into an error that I can't solve despite others having reported the same error. I am connecting remotely …

python anaconda cpython conda
failed to create anaconda environment ResolvePackageNotFound

I've been trying to use this yml file to create an environment (I created the yml): name: testenv channels: - …

python anaconda conda virtual-environment
conda fails to create environment from yml

I’m trying to run the code below to create a virtual Python environment from a YAML file. I’m …

python conda ubuntu-server
How does conda-env list / conda info --envs find environments?

I've been experimenting with anaconda/miniconda because my users use structural biology programs installed with miniconda and none of the …

python anaconda conda miniconda
How to solve 404 error of jupyter lab

I installed Anaconda on my windows 10. and updated all packages. now I am trying to open Jupyter lab by cmd. …

python anaconda jupyter conda jupyter-lab
"AssertionError: Torch not compiled with CUDA enabled" in spite upgrading to CUDA version

I figured out this is a popular question, but still I couldn't find a solution for that. I'm trying to …

python pytorch conda torch
run a crontab job using an anaconda env

I want to have a cron job execute a python script using an already existing anaconda python environment called my_…

python bash cron anaconda conda
How to use Jupyter notebooks in a conda environment?

Typically one runs jupyter notebook or jupyter-notebook or ipython notebook in a terminal to start a Jupyter notebook webserver locally (…

python jupyter-notebook environment-variables jupyter conda