Questions tagged [anaconda3]

For questions specifically about version 3 of the Anaconda platform. Probably also add the [anaconda] tag to your question.

Anaconda is an Open Data Science platform powered by Python.

See the tag for details about Anaconda and the use of the tags related to it.

700 questions
4
votes
1 answer

poetry install doesnt create .env folder inside project folder with Anaconda python 3.9 env

I have anaconda 3.8 on windows 10. I created python3.9 virtual environment and set poetry config virtualenvs.in-project true. But when I do poetry install it doesnt create the .envn folder inside the project. Below is the poetry env info…
4
votes
1 answer

Problem with Anaconda Uninstall/Install (MacOS)

I accidentally deleted Anaconda app by removing it into the bin (and I emptied it). And I redownloaded the anaconda3 pkg in an attempt to reinstall the application but it doesn't allow me to reinstall stating that Anaconda3 is already in…
4
votes
1 answer

installing tensorflow 1.x to use tensorflow.contrib

I downloaded anaconda which has a python 3.8 version. and i installed tensorflow with pip install tensorflow. from tensorflow.contrib import learn in my code did not work as tensorflow 1.x doesnt work in python 3.8. I downgraded to python 3.7 by…
Ashten
  • 83
  • 1
  • 9
4
votes
2 answers

TypeError: __init__() missing 1 required positional argument: 'msg' everytime i try to download anaconda3 on macbook

I am trying to download anaconda3 terminal version for a 64bit mac OS Catalina to use for python 3.7, and i keep running into the error: Unpacking payload ... concurrent.futures.process._RemoteTraceback: ''' Traceback (most…
hongpastry
  • 121
  • 1
  • 9
4
votes
2 answers

Conda cannot find packages to install

I have been using conda for quite some time without problems, and just now I started to a PackagesNotFoundError error when ever I try to install a package. For example if I try: conda install scipy --channel conda-forge I am getting…
Geparada
  • 2,898
  • 9
  • 31
  • 43
4
votes
3 answers

can't import torch in vscode despite having anaconda interpreter and torch installed

I have both python38,37 and anaconda installed, OS - win10,x64. I could not install torch in py38,37 - but installed it in anaconda. system env var 'Path'…
ERJAN
  • 23,696
  • 23
  • 72
  • 146
4
votes
0 answers

Conda and Anaconda errors when installing a package (pythonOCC)

I am trying to install pythonOCC. Their website says in order to download use conda/anaconda. Instructions are here: http://www.pythonocc.org/download/ Specifically it says to type this command: $ conda install -c conda-forge -c dlr-sc -c pythonocc…
user1584421
  • 3,499
  • 11
  • 46
  • 86
4
votes
1 answer

Anaconda won't force quit in Mac

I can't seem to force quit Anaconda-Navigator. It is apparently running on my Mac but when i try to force quit it nothing happens, and when i try to launch it also nothing happens. Any help is welcomed.
pkrep
  • 49
  • 1
  • 2
4
votes
1 answer

Remove Environment in Conda

I somehow installed miniconda and miniconda3. Now conda env list looks like base /home/miniconda env1 /home/miniconda/envs/env1 env2 /home/miniconda/envs/env2 …
anuja
  • 170
  • 1
  • 2
  • 11
4
votes
0 answers

Anaconda3 2019.10 (64-bit) installation stuck at setting up the base environment

I have been using “Jupyter notebook” through anaconda for past few months. Recently I was having trouble in syncing my conda environment. I wanted to make some directory change as well. In order to do that I decided to uninstall the entire package…
Rowzat
  • 91
  • 1
  • 3
3
votes
0 answers

User warning: Install zstandard when trying to isntall with conda

When I try to install with conda (I am using Windows 10) it shows an error saying that it runs without .conda Prompt output And I have not found in forums a good answer to this case. Would appreciate any help. I have attempted to install a library…
3
votes
1 answer

Fatal Python error: init_import_size: Failed to import the site module in Anaconda Prompt (differnt from post that has same name!)

When I launch Anaconda Prompt I get the following error message: Fatal Python error: init_import_site: Failed to import the site module Python runtime state: initialized Traceback (most recent call last): File "C:\Users\USER\anaconda3\lib\site.py",…
Jack Yoon
  • 71
  • 4
3
votes
0 answers

ImportError: blis.cy does not export expected C function sgemm

I have installed spacy in my anaconda prompt using conda install -c conda-forge spacy but, when i try to import in jupyter notebook : import spacy the result is like this: **ImportError: blis.cy does not export expected C function sgemm** please…
Dika
  • 31
  • 1
3
votes
1 answer

Opencv not installing on Anaconda prompt

In order to download OpenCV on through Anaconda prompt, I run the following: conda install -c conda-forge opencv However, whenever I try to download, there I get the messages of failed with initial frozen solve. Retrying with flexible solve. Failed…
PKrange
  • 111
  • 1
  • 7
3
votes
0 answers

bash: poetry: command not found

Goal: Get Poetry working in my Anaconda3 venvs. I'm using Anaconda3, via. Git Bash in PyCharm. I installed Poetry using: conda install -c conda-forge…
DanielBell99
  • 896
  • 5
  • 25
  • 57
1 2
3
46 47