Category "conda"

Snakemake version mismatch of python, pandas, and numpy

Original question: As far as I understand the best practice for snakemake conda envs (see e.g., this answer and the comment by Johannes Köster), each rule

Conda always shows '[y/N]' then nothing happen

OS: MacOS X 10.15.1 I met a problem that my Conda always shows [y/N] whatever command I input: such as: $ conda list [y/N]:y $ conda info [y/N]:y And aft

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 and python3 versions on my desktop and ins

Could not find conda environment

I am trying to re-enter my conda environment but I am having trouble doing so as when I type conda activate (evironment name) or source activate (environment na

Error with Dlib installation for python on windows 10

I'm trying to install dlib. I followed every single tip on the internet but its just not working. I'm using/tried windows 10 cmake 3.21.4 (it's on path) python

The 'pyasn1-modules>=0.2.1' distribution was not found and is required by google-auth

I wanted to try Python's Geemap module, I installed it via conda install geemap -c conda-forge. But when importing it in my pyhton code I have this error messag

How to access predefined environment variables in conda environment.yml?

I wish to share an environment.yml file for others to reproduce the same setup as I have. The code we use depends on the environment variable $PWD. I wish to se

Cannot set up a conda environment with python 3.10

I am trying to set up a conda environment with python 3.10 installed. For some reason, no install commands for additional packages are working. For example, if

How to modify .condarc file or use pinning to force conda to install the noarch selenium version when running "conda update --all"?

I would like to install selenium v4.1.0 on Anaconda python on Windows. https://anaconda.org/conda-forge/selenium If you run conda install selenium, conda will i

Viewing history of conda transactions?

Is there a way of viewing past conda transactions? For instance, a history of all conda install actions I did in the current environment would be great. Thank

No module named "Torch"

I successfully installed pytorch via conda: conda install pytorch-cpu torchvision-cpu -c pytorch I also successfully installed pytorch via pip: pip3 install ht

No module named "Torch"

I successfully installed pytorch via conda: conda install pytorch-cpu torchvision-cpu -c pytorch I also successfully installed pytorch via pip: pip3 install ht

Conda environment not showing up in VS Code

I installed miniconda on Windows 10 and created an environment (I followed this guide: https://www.notion.so/shashankkalanithi/Setting-Up-Conda-Environment-ba83

pytorch CUDA version vs. Nvidia CUDA version

Till Apr26th, 2022, CUDA has updated to version 11.6, which can be installed by Nvidia Instruction: wget https://developer.download.nvidia.com/compute/cuda/11.6

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,

UnsatisfiableError glibc and cudatoolkit

conda install -c anaconda -c conda-forge -c nvidia cudatoolkit=11 tensorflow-gpu=2 I want to install cudatoolkit=11 and tensorflow-gpu=2, but conda gave me th

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

Python kernel dies on Jupyter Notebook with tensorflow 2

I installed tensorflow 2 on my mac using conda according these instructions: conda create -n tf2 tensorflow Then I installed ipykernel to add this new enviro

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