Anaconda

Jupyter notebook become RTL after upgrade

你说的曾经没有我的故事 提交于 2021-02-07 19:54:28
问题 I created python 3.6 environment in miniconda. Jupyter notebook is working now right-to-left How can I fix it ? installed packages: ipykernel 4.7.0 py36_0 conda-forge ipython 6.2.1 py36_1 conda-forge ipython_genutils 0.2.0 py36_0 conda-forge jsonschema 2.5.1 py36_0 conda-forge jupyter_client 5.2.1 py36_0 conda-forge jupyter_core 4.4.0 py_0 conda-forge notebook 5.2.2 py36_1 conda-forge Notebook metadata: { "celltoolbar": "Edit Metadata", "kernelspec": { "name": "python3", "display_name":

Jupyter notebook become RTL after upgrade

吃可爱长大的小学妹 提交于 2021-02-07 19:53:13
问题 I created python 3.6 environment in miniconda. Jupyter notebook is working now right-to-left How can I fix it ? installed packages: ipykernel 4.7.0 py36_0 conda-forge ipython 6.2.1 py36_1 conda-forge ipython_genutils 0.2.0 py36_0 conda-forge jsonschema 2.5.1 py36_0 conda-forge jupyter_client 5.2.1 py36_0 conda-forge jupyter_core 4.4.0 py_0 conda-forge notebook 5.2.2 py36_1 conda-forge Notebook metadata: { "celltoolbar": "Edit Metadata", "kernelspec": { "name": "python3", "display_name":

Install fasttext on Windows 10 with anaconda

纵饮孤独 提交于 2021-02-07 17:14:26
问题 I am trying to install fasttext in anaconda with Windows 10 using the command: pip install fasttext as explained here: https://pypi.org/project/fasttext/ The error messages are: ValueError: Unknown MS Compiler version 1900 and Command "c:\users\nicol\anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\nicol\\AppData\\Local\\Temp\\pip-install-pd0xqmlg\\fasttext\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec

conda-forge::tqdm-4.19.4-py_0 - CondaError: Cannot link a source that does not exist

天涯浪子 提交于 2021-02-07 12:48:27
问题 I'm trying to install SpaCy on Windows 7 using Conda and getting the following error: conda install -c conda-forge spacy tqdm-4.19.4-py 100% |###############################| Time: 0:00:00 804.27 kB/s ERROR conda.core.link:_execute_actions(337): An error occurred while installing package 'conda-forge::tqdm-4.19.4-py_0'. CondaError: Cannot link a source that does not exist. C:\Users\xxxxx\AppData\Local\Continuum\Anaconda3\Scripts\conda.exe Attempting to roll back. Has anyone else go this and

Setting up Hydrogen and Atom with Anaconda managing python installation

偶尔善良 提交于 2021-02-07 09:52:35
问题 I have added my python 3 executable to the system PATH (against the advice of Anaconda) to try and get Hydrogen (and really any Atom extension/plugin) to run lines or blocks of code in Atom. The 'scripts' atom plugin appears to work (I select some code and enter ctrl-shift-b ), but I'd love to use more of the features in Hydrogen. When I execute (for example): print('hello world') I get the following error: Python 3 Traceback (most recent call last): File "C:\ProgramData\Anaconda3\lib\runpy

Can I installed tensorflow for python 2.7 and 3.5 on my machine simultaneously?

≯℡__Kan透↙ 提交于 2021-02-07 08:06:13
问题 Currently I have Python 2.7, Python 3.5, Tensorflow for Python 3.5 installed on my machine (MAC OX) via Anaconda. I would like to install Tensorflow for Python 2.7 on my machine as well. When I tried "conda create -n tensorflow python=2.7", I got the following error: " Error: prefix already exists: /Users/x644435/anaconda/envs/tensorflow ". It must be because I have already installed tensorflow for python 3.5. Can I installed tensorflow for python 2.7 and 3.5 on my machine simultaneously? And

FileNotFoundError: [WinError 3] The system cannot find the path specified:

邮差的信 提交于 2021-02-07 04:01:18
问题 Actually i am trying to run the code from tutorial .I have placed the code and dataset in the same directory but still i am getting the following error. FileNotFoundError Traceback (most recent call last) <ipython-input-6-5f5284db0527> in <module>() 39 # extract features from all images 40 directory = 'Flicker8k' ---> 41 features = extract_features(directory) 42 print('Extracted Features: %d' % len(features)) 43 # save to file <ipython-input-6-5f5284db0527> in extract_features(directory) 18 #

When conda install django, PermissionError(13, 'Permission denied')

拥有回忆 提交于 2021-02-07 02:05:21
问题 When I run conda install django , I get the following error: Solving environment: done ==> WARNING: A newer version of conda exists. <== current version: 4.4.10 latest version: 4.4.11 Please update conda by running $ conda update -n base conda ## Package Plan ## environment location: /opt/anaconda/anaconda3 added / updated specs: - django The following NEW packages will be INSTALLED: django: 2.0.2-py36hd476221_0 Proceed ([y]/n)? y Preparing transaction: done Verifying transaction: done

Jupyter notebook with Python 2 and Python3 Kernel

 ̄綄美尐妖づ 提交于 2021-02-07 01:42:42
问题 I want to run Python2 as well as Python3 kernel from Jupiter notebook. I am using Anaconda for Python and Jupyter distribution. Lokeshs-MacBook-Air-2:~ lokeshagrawal$ conda --version conda 4.5.12 Lokeshs-MacBook-Air-2:~ lokeshagrawal$ which python /anaconda3/bin/python Lokeshs-MacBook-Air-2:~ lokeshagrawal$ which jupyter notebook /anaconda3/bin/jupyter [![Lokeshs-MacBook-Air-2:~ lokeshagrawal$ python --version Python 3.7.2 As you can see in the image below, I only have an option to start

Jupyter notebook with Python 2 and Python3 Kernel

吃可爱长大的小学妹 提交于 2021-02-07 01:28:09
问题 I want to run Python2 as well as Python3 kernel from Jupiter notebook. I am using Anaconda for Python and Jupyter distribution. Lokeshs-MacBook-Air-2:~ lokeshagrawal$ conda --version conda 4.5.12 Lokeshs-MacBook-Air-2:~ lokeshagrawal$ which python /anaconda3/bin/python Lokeshs-MacBook-Air-2:~ lokeshagrawal$ which jupyter notebook /anaconda3/bin/jupyter [![Lokeshs-MacBook-Air-2:~ lokeshagrawal$ python --version Python 3.7.2 As you can see in the image below, I only have an option to start