python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Not able to activate conda environment on Windows 8.1
I am trying to activate conda but getting error
Not a conda environment
This is my very first attempt in Machine learning. What I missed?
Trying to activate conda but getting message that not a cond...
Pranshu K
Votes: 0
Answers: 1
Install tensorflow 1.15 failed with pytorch in anaconda
I am trying to install tensorflow-gpu with conda, and my OS is Ubuntu 18.04.3 LTS. But got this error:
conda install tensorflow-gpu==1.15.0
Collecting package metadata (current_repodata.json): done
S...

marlon
Votes: 0
Answers: 1
Why is VS Code calling the wrong virtual environment as base?
I have some conda virtual environments in a server I SSH into in a daily basis. Logging in from the terminal and listing the environments gives me the following:
(base) [rgr6291@klc0201 ~]$ conda env ...

Raul Guarini Riva
Votes: 0
Answers: 1
Where should you put you cache for ensembl-vep using conda
I've installed vep in conda like so:
conda install ensembl-vep=105.0-0
And then I installed the human cache like so:
vep_install -a cf -s homo_sapiens -y GRCh38 -c /mnt/gpfs/live/rd01__/ritd-ag-proje...
Mike
Votes: 0
Answers: 1