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
-2
votes
1 answer

Anaconda navigator not launching, not even through terminal

I installed the latest version of Anaconda on my Windows 10. After installing i tried to launch it but it wouldn't launch even after trying several times. I also tried to launch the jupyter notebook and spider shortcut that was created but even that…
-2
votes
1 answer

jupyter notebook and spyder not launching from anaconda prompt.However it was working fine earlier. It is giving me the following error:

(base) C:\Users\Aakash\anaconda3>jupyter notebook Traceback (most recent call last): File "C:\Users\Aakash\anaconda3\Scripts\jupyter-notebook-script.py", line 6, in from notebook.notebookapp import main File…
Akash
  • 1
-3
votes
1 answer

Unable to run NumPy on VS Code

I have installed Anaconda (with Python 3.9) and Python (3.11) separately. After installing VS Code, I have also created a separated Anaconda environment Env01 . Now, when I open a VS Code file, I have three available environments to choose from a)…
newtothis
  • 495
  • 3
  • 10
-3
votes
1 answer

problem in installing packages in miniconda 3

discription of the problem can be seen in the pictureI am using miniconda3 and it shows that no modules have been installed when I am accessing the module from Jupiter notebook. I have installed the modules from miniconda prompt by pip install…
-5
votes
2 answers

No module named 'PyPDF2._codecs', even after already installed

I have installed PyPDF2==2.3.0, but I still get the error below when I import PyPDF2. The error message is: ModuleNotFoundError: No module named 'PyPDF2._codecs'
Guy
  • 21
  • 3
1 2 3
46
47