Anaconda

add local channel to .condarc on windows

情到浓时终转凉″ 提交于 2019-12-25 05:36:33
问题 I want to add local channel to conda on my windows machine. I added to required line in my .condarc file, my file look like: channels: - C:\Users\sofirx077029\Desktop\cache\ - defaults auto_update_conda: true always_yes: false show_channel_urls: true changeps1: true add_pip_as_python_dependency: true use_pip: true offline: false allow_softlinks: false anaconda_upload: false I created the cache folder and put there some conda packages, which I download from Anaconda Repo. now for example when

installing python igraph anaconda on mac

删除回忆录丶 提交于 2019-12-25 05:25:36
问题 I decided to uninstall and reinstall igraph package for anaconda on my mac. I started running into some issues - I've looked at all the links and have tried the following... brew install pkg-config --> already installed brew install igraph --> installed and linked but since I'm using anaconda, I can't use the brew installed version of igraph (please correct me if this is not the case) when I run... pip install python-igraph I get the following output Collecting python-igraph Using cached

Seemingly missing ipython module trying to use jupyter notebook with anaconda

纵然是瞬间 提交于 2019-12-25 04:27:28
问题 When opening a jupyter notebook, I get the following errors. Any idea how to fix this? I'm running on ubuntu 16.04 with Anaconda 2. Tried uninstalling and reinstalling ipython and tried doing that through both pip and conda. Didn't help. [E 13:52:02.191 NotebookApp] Unhandled error in API request Traceback (most recent call last): File "/home/user/anaconda2/lib/python2.7/site-packages/notebook/base/handlers.py", line 457, in wrapper result = yield gen.maybe_future(method(self, *args, **kwargs

Microsoft Visual C++ 14.0 is required - error - pip install fbprophet

依然范特西╮ 提交于 2019-12-25 02:15:47
问题 I am trying pip install fbprophet. I am getting that error: "Microsoft Visual C++ 14.0 is required" It has been discussed many times (e.g. Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat) ) , but seems no answer helps me. My environment: Windows 7 Anaconda - just installed Mirosoft VC 2017 - just installed ( It is not version 14, but it is newer - it seems impossible to load 14 (2015) version from MS site ) MS VC Build Tools - also just installed computer has been

Installing Matplotlib: Solving environment failed

梦想与她 提交于 2019-12-25 01:55:20
问题 I'm following this tutorial to install openCV on my Mac. Im at the point "Step 4b: Installing OpenCV (2/3) through Conda(Custom)". I want to install Matplotlib whit this command: conda install -c conda- forge matplotlib But I get this error: Solving environment: failed CondaHTTPError: HTTP 404 NOT FOUND for url <https://conda.anaconda.org/conda-/noarch/repodata.json> Elapsed: 00:00.461192 CF-RAY: 4a0c52fec9b0c4c9-DUS The remote server could not find the noarch directory for the requested

Why am i getting “An error ocurred while starting the kernel” in my spyder IDE while running python?

故事扮演 提交于 2019-12-25 01:52:33
问题 I have installed python Anaconda(python 3.7) in my windows 8.1 system. However while running my python code from the Spyder(my IDE) console I am getting An error occurred while starting the kernel error. I have checked the path in environment variable and everything is correct. Here is the detailed error received in the console while trying to execute the code. The error is: Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\site‑packages\spyder\plugins\ipythonconsole.py",

Tensorflow installation with CUDA 9.1 and python 3.6

旧街凉风 提交于 2019-12-25 01:49:28
问题 I installed tensorflow through pip3 manager, and added all the correct PATHs but im getting this error when trying to test it. C:\Users\talib>python Python 3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 18:11:49) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information. import tensorflow as tf Traceback (most recent call last): File "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python36_64\lib\site-packages\tensorflow\python\platform\self_check

Python: pip install sublime not working

≡放荡痞女 提交于 2019-12-25 00:43:30
问题 I am considerably new to both sublime. However, I really enjoy that one may add lots of feature to sublime using python code. I always do my python on Jupyter notebook. I usually install modules as easy through Anaconda i.e. !pip install sublime I actually coded the following on my jupyter notebook !pip install sublime the outcome: Collecting sublime Downloading sublime-0.1.0.tar.gz Collecting click<4.0,>=3.3 (from sublime) Downloading click-3.3-py2.py3-none-any.whl (58kB) Building wheels for

anaconda navigator suddenly stops working

一曲冷凌霜 提交于 2019-12-25 00:42:30
问题 Suddenly, my anaconda-navigator stops working! I tried to update it by typing in the terminal: conda update conda conda update anaconda-navigator anaconda-navigator but nothing happened. Then, I tried to install the following packages: pip install chardet and conda install launcher I also tried to delete the following files: rm -rf config.yaml and rm -Rf ~/.continuum ~/.anaconda But nothing happened! I still get the following error: Traceback (most recent call last): File "/Applications