conda

Unable to install OpenCV 3.2 in Anaconda 4.3

蓝咒 提交于 2019-12-11 06:27:23
问题 Tried the following steps conda install -c menpo opencv3=3.2.0 .. Fetching package metadata....An unexpected error has occurred Did some internet search and used conda config --set ssl_verify=False Then tried doing conda update -all and conda update pyopenssl but no luck even remove certifi does not work ...gives the same error...infact any update / install attempt gives the same result. I have NOT set my PYTHONHOME or PYTHONPATH Followin are the screen shots of my current conda settings and

Conda : How to install a python packages from base environment to new environment

戏子无情 提交于 2019-12-11 06:26:02
问题 I have anaconda distribution installed on a computer without connection to the internet. i have created a new environment and activated it using the following commands: conda install -p c:\python\test_env --offline and then conda activate c:\python\test_env Could you please instruct me how to install into this new environment the following items, including their dependencies, all from (base) environment: python jupyter lab pandas 回答1: Clone it (but first delete test_env to start fresh): conda

tensorflow install with conda conflict - UnsatisfiableError

╄→гoц情女王★ 提交于 2019-12-11 06:15:07
问题 Tried to install tensorflow using conda and its throwing a spec conflict error. I do not have python 3.5 installed conda install -c conda-forge tensorflow Fetching package metadata ............... Solving package specifications: . UnsatisfiableError: The following specifications were found to be in conflict: - python 3.6* - tensorflow -> python 3.5* Use "conda info <package>" to see the dependencies for each package. python --version Python 3.6.0 :: Anaconda custom (64-bit) I cannot seem to

matplotlib close does not close the window

Deadly 提交于 2019-12-11 05:59:25
问题 I have noticed that when I run: import pylab as pl pl.ion() # Plot something pl.show() pl.close() The last statement does not fully close the Figure. The figure goes dark, and the contents go away, but the Figure stays on the screen until I exit IPython as shown below I am using the latest stable version of matplotlib ( 1.3.1 ) using an Anaconda distribution, on Linux 64 bit, and I connect remotely using ssh -X . The backend I am using is below: backend : QT4Agg backend.qt4 : PySide 回答1: you

osx - C++14 compiler not detected, multiple versions of gcc when compiling graph-tool in anaconda

不羁岁月 提交于 2019-12-11 05:35:24
问题 My ultimate goal is to get python package graph_tool working on my system and also on ipynb if possible. I have already brew install graph-tool , as indicated here, but that's still insufficient. So I follow conda instructions here, and I make decent progress, until I encounter a compiler issue with the configuration. $ conda create -n py36env python=3.6.3 anaconda (py36env) $ conda install -c conda-forge cgal ... and so forth with the other required libraries (py36env) Tams-MacBook-Pro:graph

conda not working correctly with fish shell

天大地大妈咪最大 提交于 2019-12-11 05:06:31
问题 When using conda environments inside the fish shell on macOS, python still points to system python ( /usr/local/bin/python ) instead of pointing to the version of python installed by the conda environment ( <PATH TO MINICONDA>/envs/<ENV NAME>/bin/python ). Everything else (e.g. ipython , jupyter ) points to the correct path, just python isn't behaving as expected. How do I fix this? Details: Performed the following steps in the following order on macOS Mojave 10.14.3: Installed miniconda (a

How to share a total python env with a remote host without Internet?

╄→尐↘猪︶ㄣ 提交于 2019-12-11 04:41:54
问题 I have a remote Linux host(I'm not superuser) which can only communicate with my local host via ssh shell. my remote host has NO Internet, but has python3.6.5, conda4.5.4 installed. my local host has Internet and can install packages and python through the Internet. I need to run my python2.7 code on a remote host, but the python2.7 virtual environment and the related dependent packages are lacked. I want to configure a py2.7 environment(my_py2env) and install all the needed dependencies on

Conda使用笔记

China☆狼群 提交于 2019-12-11 04:22:58
conda 官网 试一下conda好着呢不 conda --version 环境 1.创建一个新环境 conda create --name 环境名 包名 python=3.6 2.使用旧环境 and 激活新环境 conda activate 环境名 3.列出所有环境 conda info --envs 4.换回base环境 conda activate 5.删掉一个环境 conda remove --name 环境名 --all 进入环境后 1.查看当前环境安装了哪些包 conda list 2.找conda服务器里有没有这个包 conda search 包名 (例:numpy) 3.安装包 conda install 包名 4.更新包 conda update 包名 5.改变环境的python版本 conda install python=3.1 还是可以用 pip install 来源: CSDN 作者: 林美扬 链接: https://blog.csdn.net/qq_35941161/article/details/103482261

pip conda 切换清华源

此生再无相见时 提交于 2019-12-11 04:11:20
pip conda 切换清华源 conda pip timeout: conda   Windows和Linux通用: conda config -- add channels https: / / mirrors . tuna . tsinghua . edu . cn / anaconda / cloud / conda - forge / 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 -- append channels https: / / mirrors . tuna . tsinghua . edu . cn / anaconda / cloud / fastai / conda config -- append channels https: / / mirrors . tuna . tsinghua . edu . cn / anaconda / cloud / pytorch

“Unable to open libLLVM!” on macOS Mojave

若如初见. 提交于 2019-12-11 04:11:19
问题 I'm trying to set up Julia (v1.0.1) with Jupyter Notebooks using Anaconda on macOS (Mojave, 10.14). I create a new conda environment, install julia via conda install -c conda-forge julia In order to access Julia via jupyter notebooks I do the following: using Pkg Pkg.add("IJulia") The above goes well but opening Jupyter notebook and selecting Julia yields the following: Blosc not installed properly, run Pkg.build("ZMQ"), restart Julia and try again That's alright though - I'm missing a