conda

Tensorflow install failed inside Anaconda in Windows Machine

故事扮演 提交于 2019-12-12 03:48:47
问题 Well, I am so tired of trying to install Tensorflow in Anaconda , I have installed anaconda successfully, but when I am going to install form this link, Anaconda installation on Step 4, I am seeing some exception. I have executed this line of command pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.0-cp35-cp35m-win_x86_64.whl However it's terminating showing a red single line exception. Later I have searched for some solution on

UnsatisfiableError conda-forge 3.7

我们两清 提交于 2019-12-12 01:16:42
问题 I've been having trouble installing some packages with conda (on python 3.7 on Windows in a conda env). For example if I try install the shap package: conda install -c conda-forge shap I get Solving environment: failed UnsatisfiableError: The following specifications were found to be in conflict: - conda-forge/win-64::wincertstore==0.2=py37_1002 - shap Use "conda info <package>" to see the dependencies for each package. It installs fine with pip. But how could I resolve the error to use conda

安装pytorch的细节记录

孤人 提交于 2019-12-11 23:14:51
根据教程安装pytorch的时候发现太慢了,无法容忍,根据 https://blog.csdn.net/zzq060143/article/details/88042075 z在Ancona Prompt平台上,输入以下命令 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ conda config --set show_channel_urls yes conda config - -add channels https : //mirrors .tuna .tsinghua .edu .cn /anaconda /cloud /pytorch / 再运行conda install pytorch torchvision cudatoolkit = 10.1(-c pythorch去掉) 速度直接飞起来了! 来源: https://www.cnblogs.com/m-zhang-yang/p/12026353.html

Conda commands not working in Windows Subsystem for Linux (WSL)

独自空忆成欢 提交于 2019-12-11 18:39:58
问题 I installed Anaconda3 in my windows environment and added C:\Users\user\Anaconda3\Scripts C:\Users\user\Anaconda3 to my windows environmental variables. Theoretically, this should also update my path in WSL like it does with visual studio code. However it didn't and now I can't run conda commands from the ubuntu terminal. I can't figure out how to fix this...thanks! *It should be noted that I am also using zsh and oh my zsh by running the code # Launch Zsh if [ -t 1 ]; then exec zsh fi Inside

`jupyter notebook` gives error: `“Could not open static file ''”` on macOS

丶灬走出姿态 提交于 2019-12-11 18:04:25
问题 I haven't changed my system configuration, But I'm spotting this error for the first time today. I've reported it here: https://github.com/jupyter/notebook/issues/4871 > jupyter notebook [I 10:44:20.102 NotebookApp] JupyterLab extension loaded from /usr/local/anaconda3/lib/python3.7/site-packages/jupyterlab [I 10:44:20.102 NotebookApp] JupyterLab application directory is /usr/local/anaconda3/share/jupyter/lab [I 10:44:20.104 NotebookApp] Serving notebooks from local directory: /Users/pi [I 10

How to force `conda` to install the latest version of `jupyter`?

余生颓废 提交于 2019-12-11 18:04:16
问题 This question is motivated by `jupyter notebook` gives error: `"Could not open static file ''"` on macOS After conda update jupyter , jupyter --version gives jupyter-notebook : 6.0.0 However on https://github.com/jupyter/notebook, clicking Branch: master -> tags I see a 6.0.1 tag. How can I upgrade to 6.0.1 ? > conda install jupyter=6.0.1 Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting

conda command not available in conda environment per default

与世无争的帅哥 提交于 2019-12-11 17:49:43
问题 Why I cannot update conda from a conda environment, but I can use it? An example I can update conda from root [ravas@localhost ~]$ source activate (base) [ravas@localhost ~]$ conda update conda Solving environment: done # All requested packages already installed. I cannot update it from p36 : (base) [ravas@localhost ~]$ source activate p36 (p36) [ravas@localhost ~]$ conda update conda PackageNotInstalledError: Package is not installed in prefix. prefix: /home/ravas/miniconda3/envs/p36 package

How to force Conda to use gcc found at /usr/bin/gcc?

左心房为你撑大大i 提交于 2019-12-11 16:42:20
问题 On Ubuntu 18.04 I run which gcc and the output is as expected. ubuntu@USER1:~$ which gcc /usr/bin/gcc However when I activate my conda environment and run which gcc I get: (tensorflow_p36) ubuntu@USER1:~$ which gcc /home/ubuntu/anaconda3/envs/tensorflow_p36/bin/gcc This location seems strange to me. I wan to use the normal system wide gcc . I know this is not default behaviour as in my other Ubuntu instance when I run which gcc the output is correct: (tensorflow_p36) ubuntu@USER2:~$ which gcc

Cannot uninstall 'pandas' (distutils installed project)

帅比萌擦擦* 提交于 2019-12-11 15:48:44
问题 I have created a conda environment where I am installing all the stuff I need. I already had installed the pandas library, but I need to upgrade it to the latest version. However, when I try pip3 install --upgrade pandas I get the following error: Found existing installation: pandas 0.15.2 Cannot uninstall 'pandas'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. I have tried sudo apt-get remove

Conda install pygmaps

送分小仙女□ 提交于 2019-12-11 15:29:15
问题 I am trying to add pygmaps to a school project. I have tried adding it by Conda install pygmaps but it returns PackageNotFoundError: Packages missing in current channels: pygmaps We have searched for the packages in the following channels: https://repo.continuum.io/pkgs/main/win-64 https://repo.continuum.io/pkgs/main/noarch https://repo.continuum.io/pkgs/free/win-64 https://repo.continuum.io/pkgs/free/noarch https://repo.continuum.io/pkgs/r/win-64 https://repo.continuum.io/pkgs/r/noarch https