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
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
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
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
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
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
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
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
I am trying to get started with PyTorch - on a mac osx computer. However, basic steps fail: from torch_sparse import coalesce, SparseTensor -------------------
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
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
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
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
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
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
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
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
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
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
I successfully installed pytorch via conda: conda install pytorch-cpu torchvision-cpu -c pytorch I also successfully installed pytorch via pip: pip3 install ht