conda

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

被刻印的时光 ゝ 提交于 2020-06-12 16:43:03
问题 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:

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:

Module Not Found Error: No module named 'src'

核能气质少年 提交于 2020-06-12 06:16:53
问题 Whenever I run main.py script in terminal error 'ModuleNotFoundError: No module named 'src' ' occurs. However it runs fine in PyCharm. Project Structure: -project -resources -src -package1 -script1.py -script2.py -package2 -script3.py -main.py From terminal I run like this - project$ python src/main.py Error I am getting: Traceback (most recent call last): File "src/main.py", line 1, in <module> from src.package1 import script1 ModuleNotFoundError: No module named 'src' I have already tried

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

How does one see all the packages that have been installed in developer mode with conda?

我的梦境 提交于 2020-05-30 08:18:47
问题 I did conda list but I can't see what I am looking for. Are conda packages installed with conda developed . not shown? # packages in environment at /Users/pinocchio/anaconda3/envs/myenv: # # Name Version Build Channel absl-py 0.9.0 py37_0 appnope 0.1.0 py37hc8dfbb8_1001 conda-forge asn1crypto 1.3.0 py37_0 astroid 2.3.3 py37_0 attrs 19.3.0 py_0 conda-forge backcall 0.1.0 py_0 conda-forge beautifulsoup4 4.8.2 py37_0 blas 1.0 mkl bleach 3.1.4 pyh9f0ad1d_0 conda-forge bzip2 1.0.8 h1de35cc_0 c

How does one check if conda develop installed my project/packages?

微笑、不失礼 提交于 2020-05-17 06:57:26
问题 How do I see the packages that I've installed in development mode? I tried conda list but it didn't show anything familiar. I ran conda develop . and it seems it installed it: (automl-meta-learning) brandomiranda~/automl-meta-learning/automl ❯ conda develop . path exists, skipping /Users/brandomiranda/automl-meta-learning/automl completed operation for: /Users/brandomiranda/automl-meta-learning/automl however, I get errors when I run my scripts: (automl-meta-learning) brandomiranda~/automl

Cannot run conda in terminal on MacOS

不问归期 提交于 2020-05-17 06:07:11
问题 I have problems running the conda command in a terminal window on MacOS. I know I am not alone, because I have researched many answers to this question, yet still cannot solve it. Here is what I did specifically. I downloaded Anaconda3 2019.10 for macOS (Python 3.7 version, 64-Bit Graphical Installer (654 MB)) from here: https://www.anaconda.com/distribution/ and installed it using all default settings. I opened a terminal window on my mac to run conda --version . Then it says: conda: Command

How to have conda commands match behaviour in Vscode's integrated terminal and normal terminal?

家住魔仙堡 提交于 2020-05-17 06:06:37
问题 I was put off because conda info --envs does NOT display the same thing that my terminal does. Terminal: (automl) brandBrandoParetoopareto~/anaconda3/envs $ conda info --envs # conda environments: # base /Users/brandBrandoParetoopareto/anaconda3 automl * /Users/brandBrandoParetoopareto/anaconda3/envs/automl coqgym /Users/brandBrandoParetoopareto/anaconda3/envs/coqgym vscode integrated terminal outpute: (automl) brandBrandoParetoopareto~/ultimate-utils $ conda info --envs # conda environments: