Anaconda

Resolved package not found

∥☆過路亽.° 提交于 2020-01-25 03:55:35
问题 When I try to execute conda env create -f virtual_platform_windows.yml It shows ResolvePackageNotFound: - pytorch==0.1.12=py35_0.1.12cu80 I tried installing pytorch for windows and error still comes.How to solve this?? 回答1: Open: virtual_platform_windows.yml in Notepad Delete: - pytorch=0.1.12=py35_0.1.12cu80 Delete: - torch==0.1.12 Save Using Anaconda prompt: Execute the code: conda env create -f virtual_platform_windows.yml Activate virtual environment: source activate virtual_platform

Permission denied: Untitled.ipynb Windows 10 AWS Workspaces

為{幸葍}努か 提交于 2020-01-24 18:52:31
问题 I have installed anaconda Python 2.7 on my AWS workspace with Windows 10 and I launch Jupyter Notebook from the anaconda command prompt. When I try to create a new notebook, I have an error: [I 20:20:23.697 NotebookApp] Creating new notebook in [W 20:20:23.795 NotebookApp] 403 POST /api/contents (::1): Permission denied: Untitled.ipynb [W 20:20:23.796 NotebookApp] Permission denied: Untitled.ipynb Could you please help? I have tried to look for a solution but it is not clear what needs to be

Permission denied: Untitled.ipynb Windows 10 AWS Workspaces

陌路散爱 提交于 2020-01-24 18:52:15
问题 I have installed anaconda Python 2.7 on my AWS workspace with Windows 10 and I launch Jupyter Notebook from the anaconda command prompt. When I try to create a new notebook, I have an error: [I 20:20:23.697 NotebookApp] Creating new notebook in [W 20:20:23.795 NotebookApp] 403 POST /api/contents (::1): Permission denied: Untitled.ipynb [W 20:20:23.796 NotebookApp] Permission denied: Untitled.ipynb Could you please help? I have tried to look for a solution but it is not clear what needs to be

Anaconda installs TensorFlow 1.15 instead of 2.0

谁说我不能喝 提交于 2020-01-24 13:54:11
问题 I've been trying to install Tensorflow 2.0 in Anaconda. So far, tensorflow works fine (i can use the library in my code), but when i'm installing it, it says "installing version: 2.0", then i get version 1.15 instead. The whole package results updatable (since versione 2.0 does exist and should be available), but even if i try to update it, i keep getting 1.15, which gets back to updatable, and i get back into the loop. I tried both from the Anaconda Navigator interface and the prompt using

Spyder ignores .pycodestyle

自古美人都是妖i 提交于 2020-01-24 11:34:26
问题 I am using Spyder v.3.2.8 and I'm trying to modify the Real-time code style analysis. For example, I'd like to set the max-line-length to 99. I exactly followed what was suggested here, i.e. I created a file .pycodestyle in the directory resulting from import os; os.path.expanduser('~') . The file looks as follows [pycodestyle] ignore = E226,E302,E41,E501,W503 max-line-length = 99 I am aware that ignoring E501 renders max-line-length virtually ineffective. However, I still get warnings if the

Spyder ignores .pycodestyle

爷,独闯天下 提交于 2020-01-24 11:32:48
问题 I am using Spyder v.3.2.8 and I'm trying to modify the Real-time code style analysis. For example, I'd like to set the max-line-length to 99. I exactly followed what was suggested here, i.e. I created a file .pycodestyle in the directory resulting from import os; os.path.expanduser('~') . The file looks as follows [pycodestyle] ignore = E226,E302,E41,E501,W503 max-line-length = 99 I am aware that ignoring E501 renders max-line-length virtually ineffective. However, I still get warnings if the

conda command not found even though path is exported

女生的网名这么多〃 提交于 2020-01-24 10:38:08
问题 I installed anaconda3 into my home directory. This is what I am seeing within the terminal: and my .bash_profile looks like this: export PATH="/Users/spotter/anaconda3/bin:$PATH" So I don't understand why conda is not being recognized. When I navigate to anaconda3/bin there is a file called conda in there, but even when I try to call it within that pathway it is still not found. 回答1: Spotter, your path to conda is incorrect. I'm on High Sierra MAC OS and just installed Anaconda3 via HomeBrew

PyBrain in Anaconda - ImportError: No module named 'structure'

时光总嘲笑我的痴心妄想 提交于 2020-01-24 10:26:25
问题 I'm looking for a way to use numpy, scipy and pybrain in python. If I try to install those I get the error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat). I have installed visual studio but it still doesn't work. I have tried setting up an environment with conda including numpy and scipy and then installing pybrain in it using pip but when I try to import it I get the error: import pybrain Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:

Which folders should I remove after uninstalling Anaconda on Windows 10?

自作多情 提交于 2020-01-23 10:10:49
问题 [Prehistory: I have a lot of bugs in my Anaconda Installation (like Spyder not opening, not being able to install certain packages and so on). I think this problems occur because I installed it when python 3.7 was very new and not compatible with other stuff.] Therefore I uninstalled Anaconda from Windows 10 using Uninstall-Anaconda.exe in C:\Users\username\Anaconda3 like suggested in https://stackoverflow.com/a/39490516/7735095. After doing so I fave found out that there would have been a

Which folders should I remove after uninstalling Anaconda on Windows 10?

╄→гoц情女王★ 提交于 2020-01-23 10:10:44
问题 [Prehistory: I have a lot of bugs in my Anaconda Installation (like Spyder not opening, not being able to install certain packages and so on). I think this problems occur because I installed it when python 3.7 was very new and not compatible with other stuff.] Therefore I uninstalled Anaconda from Windows 10 using Uninstall-Anaconda.exe in C:\Users\username\Anaconda3 like suggested in https://stackoverflow.com/a/39490516/7735095. After doing so I fave found out that there would have been a