conda

Installing Tensorfow - not supported wheel

匿名 (未验证) 提交于 2019-12-03 02:52:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have installed Python version 3.5 and 3.6 and anaconda. The following error occures when trying to install tensorflow following the steps here https://www.tensorflow.org/install/install_windows unsing anaconda (tensorflow) C:> pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/cpu/tensorflow-1.0.1-cp35-cp35m-win_amd64.whl tensorflow-1.0.1-cp35-cp35m-win_amd64.whl is not a supported wheel on this platform. As I am new to Python, I do not know how to circumvent this probelm. I am using Win10 with 64bit

conda command will prompt error: “Bad Interpreter: No such file or directory”

匿名 (未验证) 提交于 2019-12-03 02:49:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm using arch linux and I've installed Anaconda as per the instruction on the Anaconda site. When I'm attempting to run conda info --envs I get the following error: bash: /home/lukasz/anaconda3/bin/conda: /opt/anaconda1anaconda2anaconda3/bin/python: bad interpreter: No such file or directory I've tryed looking for the directory /opt/anaconda1anaconda2anaconda3/bin/python: but it simply doesn't exist. Furthermore, when I run python from the terminal it runs as normal with the following displayed at the top Python 3.5.2 |Anaconda custom (64

lxml runtime error: Reason: Incompatible library version: etree.so requires version 12.0.0 or later, but libxml2.2.dylib provides version 10.0.0

匿名 (未验证) 提交于 2019-12-03 02:47:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I have a perplexing problem. I have used mac version 10.9, anaconda 3.4.1, python 2.7.6. Developing web application with python-amazon-product-api. i have overcome an obstacle about installing lxml, referencing clang error: unknown argument: '-mno-fused-madd' (python package installation failure) . but another runtime error happened. Here is the output from webbrowser. Exception Type : ImportError Exception Value : dlopen ( /Users/ User_Name / Documents / App_Name / lib / python2 . 7 / site - packages / lxml / etree . so , 2 ):

How to set up conda-installed R for use with RStudio?

匿名 (未验证) 提交于 2019-12-03 02:47:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I've been trying to set up my R using conda (eventually to use with Beaker Notebook) and I want to be able to use RStudio with my conda-installed version of R . My method of installing R : conda install -c r r conda install -c r r-essentials conda install -c r r-rserve conda install -c r r-devtools conda install -c r r-rcurl conda install -c r r-RJSONIO conda install -c r r-jpeg conda install -c r r-png conda install -c r r-roxygen2 conda install --channel https://conda.anaconda.org/bioconda bioconductor-edger I ran that version of R (I only

Conda update failed: SSL error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed

匿名 (未验证) 提交于 2019-12-03 02:46:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I found out that there was a problem when I tried doing conda update <package> Terminal output conda update bokeh Fetching package metadata: SSL verification error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) .SSL verification error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) .SSL verification error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) .SSL verification error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590) . Solving package

How can I install a conda environment when offline?

匿名 (未验证) 提交于 2019-12-03 02:46:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I would like to create a conda environment on a machine that has no network connection. What I've done so far is: On a machine that is connected to the internet: conda create -n python3 python=3.4 anaconda Conda archived all of the relevant packages into \Anaconda\pkgs . I put these into a separate folder and moved it to the machine with no network connection. The folder has the path PATHTO\Anaconda_py3\win-64 I tried conda create -n python=3.4 anaconda --offline --channel PATHTO\Anaconda_py3 This gives the error message Fetching package

How can I install a conda environment when offline?

匿名 (未验证) 提交于 2019-12-03 02:45:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I would like to create a conda environment on a machine that has no network connection. What I've done so far is: On a machine that is connected to the internet: conda create -n python3 python=3.4 anaconda Conda archived all of the relevant packages into \Anaconda\pkgs . I put these into a separate folder and moved it to the machine with no network connection. The folder has the path PATHTO\Anaconda_py3\win-64 I tried conda create -n python=3.4 anaconda --offline --channel PATHTO\Anaconda_py3 This gives the error message Fetching package

How to run Conda?

匿名 (未验证) 提交于 2019-12-03 02:38:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: How do I run conda on a linux machine? I installed Anaconda, and can run Python, so I assume that I installed it correctly. Following this guide: http://docs.continuum.io/conda/intro.html , I am trying to installed Python33, so I am copying and pasting the following line into my console: conda create -n py33 python=3.3 anaconda However, that gives me an error: -bash: conda: command not found What do I need to do to run Conda? 回答1: you might want to try this: for anaconda 2 : export PATH=~/anaconda2/bin:$PATH for anaconda 3 : export PATH=~

What is the meaning of conda's build string?

匿名 (未验证) 提交于 2019-12-03 02:38:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: If I run conda info sphinx from the command line, the last entry as of August 24, 2017, is sphinx 1.6 . 3 py36_0 ------------------- file name : sphinx - 1.6 . 3 - py36_0 . tar . bz2 name : sphinx version : 1.6 . 3 build string : py36_0 ... What is the meaning of the build string, which is mirrored above in the package version? Is this the minimum version of the python interpereter required by a package? 回答1: The first part of the build string ( pyXX ) of this package tells you the exact version of the Python interpreter that this

Conda activate/deactivate environment breaking PATH

匿名 (未验证) 提交于 2019-12-03 02:35:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am finding that when I create a Conda environment source activate environment and then deactivate that environment source deactivate environment , my native bash commands no longer work. I've attached an image of ls working before enabling an environment and then not afterwards. I assume that this is something because of my PATH - but I am a novice and am not sure specifically what to fix. I am doing this in Git Bash on Windows. Anaconda 3 and Python 3.5. Please work ls, come on 回答1: Most probably your conda environment is replacing the