Anaconda

Anaconda Navigator Jupyter and Spyder won't start after successful installation

烈酒焚心 提交于 2020-06-12 16:35:50
问题 I have installed Anaconda 3 on Windows 10 64-bit. The installation completed successfully. I could start idle.exe and it works. I can start the Anaconda Powershell and Anaconda Prompt, but I cannot start the Navigator nor Spyer or Jupyter. Launching them from the start menu will bring up the Windows shell windows for a moment, before they disappear and nothing happens. I have tried starting the navigator from the Anaconda Prompt and this is what the error message looks like: (base) PS C:

Python Shapely Install Not working?

纵饮孤独 提交于 2020-06-12 09:01:08
问题 any thoughts? I've tried uninstalling Shapely and installing with PIP I have Anaconda and installed Fiona fine and Shapely seemingly fine. Simple code: import fiona import shapely dirVar = "C:\\Users\\me\\Desktop\\geocode\\" with fiona.open(dirVar + "Regions.shp") as fiona_collection: shapefile_record = fiona_collection.next() shape = shapely.geometry.asShape(shapefile_record['geometry']) #GET ERROR HERE point = shapely.geometry.Point(32.398516, -39.754028) # longitude, latitude if shape

Python Shapely Install Not working?

和自甴很熟 提交于 2020-06-12 09:00:59
问题 any thoughts? I've tried uninstalling Shapely and installing with PIP I have Anaconda and installed Fiona fine and Shapely seemingly fine. Simple code: import fiona import shapely dirVar = "C:\\Users\\me\\Desktop\\geocode\\" with fiona.open(dirVar + "Regions.shp") as fiona_collection: shapefile_record = fiona_collection.next() shape = shapely.geometry.asShape(shapefile_record['geometry']) #GET ERROR HERE point = shapely.geometry.Point(32.398516, -39.754028) # longitude, latitude if shape

What is the right way to update Anaconda and Conda base & environments?

妖精的绣舞 提交于 2020-06-09 10:25:56
问题 Just wondering as what is the right way to update Anaconda and Conda installation and virtual environments. Here is my confusion step by step: When I run command conda update anaconda , it updates/downgrades alot of packages. Then I ran conda update conda , which again updates/downgrades some packages. Next, I ran conda update --update-all it starts downgrading/upgrading different packages. Lastly, just to make sure that everything's updated, I ran conda update anaconda again. I was expecting

What is the right way to update Anaconda and Conda base & environments?

痴心易碎 提交于 2020-06-09 10:25:26
问题 Just wondering as what is the right way to update Anaconda and Conda installation and virtual environments. Here is my confusion step by step: When I run command conda update anaconda , it updates/downgrades alot of packages. Then I ran conda update conda , which again updates/downgrades some packages. Next, I ran conda update --update-all it starts downgrading/upgrading different packages. Lastly, just to make sure that everything's updated, I ran conda update anaconda again. I was expecting

Modules installed in Conda environment not being found by VS code

雨燕双飞 提交于 2020-06-01 05:13:06
问题 I have Python 3.6 installed using Anaconda as the sole Python instance on my computer. Following the installation instructions on TensorFlow, I created a conda environment called tensorflow running Python 3.5, activated it and ran pip install --ignore-installed --upgrade tensorflow to install tensorflow. While inside the environment I am able to validate the installation by running import tensorflow , which works fine. To run my scripts in this environment in VS Code, I followed the

No module QtMultimedia [Mac OS - Anaconda - Python 3.7 - PyQt5]

我只是一个虾纸丫 提交于 2020-06-01 03:49:22
问题 I would like to play with QtMultimedia of PyQt5 but this does not work. > conda list pyqt # packages in environment at /anaconda3: # # Name Version Build Channel pyqt 5.9.2 py37h655552a_2 > python Python 3.7.0 (default, Jun 28 2018, 07:39:16) [Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda custom (64-bit) on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import PyQt5.QtMultimedia Traceback (most recent call last): File "<stdin>", line 1, in <module>

In Pycharm can not add conda environment

邮差的信 提交于 2020-05-31 02:05:34
问题 I hava dowmload and installer Anaconda3 successfully ,but when I add conda environment in pycharm ,has the error "D:\Anaconda3\python.exe: can't open file 'create': [Errno 2] No such file or directory" how to deal with this problem 回答1: you need to provide path to the conda executable for making a conda venv and not python. See the image attached below to see a possible location of the conda executable. PS: I don't have 10 point yet so the image is a link. enter image description here 回答2:

In Pycharm can not add conda environment

我的未来我决定 提交于 2020-05-31 02:04:54
问题 I hava dowmload and installer Anaconda3 successfully ,but when I add conda environment in pycharm ,has the error "D:\Anaconda3\python.exe: can't open file 'create': [Errno 2] No such file or directory" how to deal with this problem 回答1: you need to provide path to the conda executable for making a conda venv and not python. See the image attached below to see a possible location of the conda executable. PS: I don't have 10 point yet so the image is a link. enter image description here 回答2:

In Pycharm can not add conda environment

自闭症网瘾萝莉.ら 提交于 2020-05-31 02:03:52
问题 I hava dowmload and installer Anaconda3 successfully ,but when I add conda environment in pycharm ,has the error "D:\Anaconda3\python.exe: can't open file 'create': [Errno 2] No such file or directory" how to deal with this problem 回答1: you need to provide path to the conda executable for making a conda venv and not python. See the image attached below to see a possible location of the conda executable. PS: I don't have 10 point yet so the image is a link. enter image description here 回答2: