anaconda Questions

5

I recently installed Anaconda 3 and after a few minor issues I was able to run Jupyter Notebook, but syntax highlighting is not working at all. Everything else seems to be working fine. I had Anac...
Keeper asked 1/3, 2019 at 20:58

10

Solved

I am using VS-Code and anaconda environment for python interpreter. I select the exact anaconda base environment by ctrl + shift + ` and it also reflects in the downside panel of vscode. But, when ...
Wandy asked 2/9, 2020 at 9:0

1

Is it possible to find out when a specific conda environment was used, i.e., activated, the last time? How? Background info: The idea is to sort the environments by their last use date and this wa...
Streit asked 2/4, 2020 at 13:4

4

I have an intel 2020 mac and Anaconda will not install into the command line. I have followed the graphical installer directions exactly but whenever I type conda i receive 'command not found.' How...
Sweet asked 22/6, 2022 at 22:50

6

When I run conda init cmd.exe in either normal or admin mode I get the following error. WARNING: Cannot install xonsh wrapper without a python interpreter in prefix: C:\Users\JASONL~1\AppData\Loca...
Nodarse asked 17/6, 2020 at 16:58

10

I am working on MacBook Pro 10.12.6. I downloaded the most recent Anaconda 5.2 distribution, with the Python 3.6 version. I can launch the Jupyter Notebook from the command line without any problem...
Gingerly asked 12/9, 2018 at 17:52

3

I am trying to build a condo package for a git hub repo which requires a "sha256" hash code how I can I obtained sha256 for a git repo example. https://github.com/jensengroup/fragbuilder example i...
Mesopause asked 20/4, 2020 at 21:31

3

Reinstalling environments is a huge hassle, I find that exporting and importing doesn't work and you have to manually figure out how to get newer packages to install and work together, so you must ...
Thai asked 17/10, 2018 at 17:3

1

I've tried to install pymc3 but the dependency issue still remained. C:\Users\sykan>conda install -c conda-forge pymc3 Channels: - conda-forge - defaults Platform: win-64 Collecting package me...
Ropeway asked 27/11, 2023 at 23:41

4

I have run some very basic steps (tensorflow-gpu is currently at 2.12.1): conda create --name py311_tf212 python=3.11 numpy numba scipy spyder pandas conda activate py311_tf212 time conda install -...
Actualize asked 29/9, 2023 at 13:33

2

I am trying to enable multithreading/multiprocessing in an Anaconda installation of Numpy. My test program is the following: import os import numpy as np from timeit import timeit size = 1024 A = ...
Dorso asked 28/11, 2022 at 16:4

2

Solved

Context Are there commands to enhance the error message that is received such that python displays which .dll file it cannot find? For error: python test_cv2.py Traceback (most recent call last): ...
Stalag asked 4/7, 2020 at 17:33

7

Solved

Using Windows 10, anaconda as a package manager. I have a base environment running python 3.7 where matplotlib works fine. When I create a new environment and install both keras and matplotlib, I s...
Arlindaarline asked 24/10, 2018 at 23:35

3

Solved

I'm trying to run the Embedding Python in .NET example from https://github.com/pythonnet/pythonnet. I've followed troubleshooting articles to set the proper %PYTHONPATH% and %PYTHONHOME% to my anac...
Creed asked 29/11, 2017 at 18:45

17

I have a conda environment at the default location for windows, which is C:\ProgramData\Anaconda2\envs\myenv. Also, as recommended, the conda scripts and executables are not in the %PATH% environme...
Blanc asked 22/2, 2018 at 10:14

8

I upgraded conda packages using: Conda upgrade —all After that Juypter Notebook shows blank screen in Google Chrome. I did system restore. Updated Anaconda. I removed Jupyter Notebook and rei...
Ceiling asked 14/3, 2019 at 0:4

4

Are conda, miniconda, and anaconda free to use? I've seen stack overflow answers saying one or the other is free to use, then another answer saying the opposite. I am confused.
Indiscrete asked 11/12, 2022 at 17:13

4

Is there any way to update the current conda base (root) environment, which has Python 3.8.11 currently to Python 3.9 or 3.10? I know using a new virtual environment is the recommended way to go, b...
Aromaticity asked 11/10, 2021 at 9:24

32

Anaconda (listed as "Python 3.6.0 (Anaconda 4.3.1 64 bit)" ) is in my programs and features list, but there is seeming no Anaconda Navigator desktop app, as their seems to be no icon on my desktop ...
Recusant asked 30/6, 2017 at 7:56

5

I am getting the following import error when I am trying to run a Python script in a conda environment (squad) azada@scholar-fe00:~/Desktop/Toy-Problem-Team-2 $ python3 train.py Traceback (most re...
Jordon asked 17/10, 2019 at 4:34

4

Solved

I have been experiencing errors while generating charts using Plotly and it seems to be affecting most of the charts I try producing on it. The error also seems to be a duplicate across all the fai...
Byronbyrum asked 5/8, 2018 at 3:30

4

I tried to install 'satpy' on anaconda, shows: conda install satpy Error while loading conda entry point: anaconda-cloud-auth (cannot import name 'ChannelAuthBase' from 'conda.plugins.types' (D:\An...
Pemba asked 18/4 at 13:24

17

Solved

This is the exact error that I am getting. My OS is Ubuntu 16.10. OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If...
Horizon asked 23/10, 2016 at 19:35

5

I am trying to run graphviz to view dot file on jupyter notebook in have imported path to dot.exe path. G:\anaconda3\envs\tensorflowgpu\Library\bin\graphviz G:\anaconda3\envs\tensorflowgpu\Library...
Meridional asked 12/9, 2017 at 17:46

3

I am trying to create a new environment for Python through Anaconda. But the error keeps coming out saying : Solving environment: failed # >>>>>>>>>>>>>>...
Phoenicia asked 27/4, 2019 at 8:44

© 2022 - 2024 — McMap. All rights reserved.