Category "conda"

Installing CERN ROOT in anaconda environment- packages are not available from current channels:

I am attempting to install CERNS ROOT in anaconda, for use of pyRoot. (I am using conda 4.10.3) I have set up a new environment with python 2.7, because I belie

"SpecNotFound: Invalid name, try the format: user/package" in Creating new Conda env with yml file (Windows 10)

I'm trying to Create New conda environment by 'Anaconda Prompt' usnig yml File in Windows 10. So here is the steps i made through: 1. using cd command i changed

"SpecNotFound: Invalid name, try the format: user/package" in Creating new Conda env with yml file (Windows 10)

I'm trying to Create New conda environment by 'Anaconda Prompt' usnig yml File in Windows 10. So here is the steps i made through: 1. using cd command i changed

Conda uses .local packages

I feel like this is a basic question, so feel free to direct me to any resources: My conda environment uses .local ahead of the package version specified in the

How to download a full package dependency chain using conda?

I have a requirements file that describes the conda packages I need. These are required dependencies in a script I want to run. The script needs to run on a mac

java.lang.NoClassDefFoundError: org/apache/log4j/spi/Filter in SparkSubmit

I've been trying to submit applications to a Kubernetes. I have followed the tutorial in https://spark.apache.org/docs/latest/running-on-kubernetes.html such as

m1 macos can't install hdbcli

I have a script that starts with import pandas as pd from sqlalchemy import create_engine, text hana_engine = create_engine(os.getenv('RCF_HANA_URI'), echo=Fal

conda install: Package zlib conflicts for zlib[version='>=1.2.11,<1.3.0a0']

I am trying to install a given version of perl-bioperl with conda: $ conda install -c conda-forge perl $ which perl /home/hakon/miniconda3/bin/perl $ perl --v

pytorch (cpu only) on osx fails with symbol not found

I am trying to get started with PyTorch - on a mac osx computer. However, basic steps fail: from torch_sparse import coalesce, SparseTensor -------------------

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