conda

OSMnx wont open in Juypter Notebook

徘徊边缘 提交于 2020-06-29 03:39:13
问题 I downloaded osmnx via conda using the code: conda config --prepend channels conda-forge conda create -n ox --strict-channel-priority osmnx This comes from the osmnx documentation: https://osmnx.readthedocs.io/en/stable/ I can see the module has downloaded because in the Anaconda Prompt I can type conda activate ox and it works. However when I go into my jupyter notebook and type import osmnx as ox I get the following error: ​ ------------------------------------------------------------------

Jupyter Notebook's RISE Missing Slideshow Button

孤街醉人 提交于 2020-06-28 07:53:00
问题 I followed the instructions on installing RISE for Jupyter notebook with Anaconda (conda) but the "Enter/Exit RISE Slideshow" button never showed in the toolbar. I followed the recommendations on solving the problem in the two closed RISE issues (#137, #275), but with no luck. I updated Jupyter to the latest version, started a new notebook, hard refreshed the browser page, reinstalled Rise and still no button. I also saw this SO question, which is different from my case since I never saw the

Jupyter Notebook's RISE Missing Slideshow Button

前提是你 提交于 2020-06-28 07:52:14
问题 I followed the instructions on installing RISE for Jupyter notebook with Anaconda (conda) but the "Enter/Exit RISE Slideshow" button never showed in the toolbar. I followed the recommendations on solving the problem in the two closed RISE issues (#137, #275), but with no luck. I updated Jupyter to the latest version, started a new notebook, hard refreshed the browser page, reinstalled Rise and still no button. I also saw this SO question, which is different from my case since I never saw the

Cannot install latest nodejs using conda on Mac

自古美人都是妖i 提交于 2020-06-28 03:55:16
问题 When I run conda search -c conda-forge nodejs , I get: # Name Version Build Channel ... nodejs 14.2.0 h2c41780_1 conda-forge nodejs 14.2.0 h38d8c5a_0 conda-forge nodejs 14.3.0 h2c41780_0 conda-forge nodejs 14.4.0 h2c41780_0 conda-forge But when I try to install it using conda install -c conda-forge nodejs it tries to install 6.13.1. Doing conda install -c conda-forge nodejs==14.4.0 also does not work. It keeps trying to "solve" the environment. Any suggestions on how to fix this? 回答1:

Error Running Jupyter Lab/Notebook and Most Conda Commands Following Update

元气小坏坏 提交于 2020-06-26 13:43:11
问题 After attempting to update conda packages, I am no longer able to start either Jupyter Notebook or Jupyter Lab. Most conda commands also result in an error in terminal. While each command results in a slightly different error, every one terminates in the following statement: ImportError: dlopen(/Users/USERNAME/anaconda3/lib/python3.7/lib-dynload/_ctypes.cpython-37m-darwin.so, 2): Library not loaded: @rpath/libffi.6.dylib Referenced from: /Users/USERNAME/anaconda3/lib/python3.7/lib-dynload/

RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operating environment

て烟熏妆下的殇ゞ 提交于 2020-06-24 07:41:05
问题 I have Win 10 When running: conda update conda I encountered this error: RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operating environment. Nothing seems to help I tried to uninstall anaconda and got a successful message but it seems there are some traces of older version that still persist How can I completely erase all traces of Anaconda installation? 回答1: While I still did not find how to cleanly uninstall anaconda, I was able to resolve the error

Can't install/update packages using pip or conda

感情迁移 提交于 2020-06-17 15:19:27
问题 I'm unable to install or update any package using the terminal using either pip or conda install/update. Also my anaconda navigator will not open. I believe I may have messed with my conda env somehow without realizing. I've tried restarting my computer and updating my MacOS. conda info active environment : base active env location : /Users/annaberman/anaconda3 shell level : 1 user config file : /Users/annaberman/.condarc populated config files : /Users/annaberman/.condarc conda version : 4.6

What is the difference between prompt-toolkit and prompt_toolkit

梦想与她 提交于 2020-06-16 09:43:28
问题 I recently ran a conda list, and I find that I have two different packages called prompt-toolkit 3.0.4 and prompt_toolkit 3.0.4. I tried to google the difference between them, using essentially the exact wording of my question title, and all that came up was documentation on prompt_toolkit, which did not answer the question. I would like to understand the difference between these packages, so that I can understand why I need both, and when to use which? 回答1: prompt_toolkit is a meta-package

Stuck when setting up to use anaconda with VS Code and Integrated Git terminal

寵の児 提交于 2020-06-16 05:07:21
问题 I want to learn Data Science and so have used some really popular Python modules likes Pandas, Matplotlib, Numpy, etc. So I clean installed Anaconda and am now using it as my default Python interpreter and also using Conda for installing packages and making virtual environments. I use VS Code as my daily text editor. But I have run into some issues when using the integrated Git terminal in VS Code with the Anaconda Python interpreter. There are a couple of issues that I am facing. One of the

Got CondaVerificationError when installing Tensorflow

有些话、适合烂在心里 提交于 2020-06-15 17:52:46
问题 I got a CondaVerificationError when installing Tensorflow on my 64-bit Win10. CondaVerificationError: The package for tensorflow-estimator located at C:\Users\viviennejia.zhong\AppData\Local\Continuum\anaconda3\pkgs\tensorflow-estimator-1.13.0-py37h39e3cac_0 appears to be corrupted. The path 'Lib/site-packages/tensorflow_estimator/python/estimator/canned/linear_optimizer/python/utils/__pycache__/sharded_mutable_dense_hashtable.cpython-37.pyc' specified in the package manifest cannot be found.