Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NumPy not available?
#6
(Aug-01-2020, 06:22 PM)Mark17 Wrote: his morning, I installed Anaconda3 (thinking maybe this could solve the problem).
You most activate (base) eg trough Anaconda Prompt
Long Thread here where talk about Anaconda and versions from python.org

For version from python.org
Python 3.8 (3.6-3.7) and pip installation under Windows

Anaconda3 do of course comes with numpy,here manual activate of base.
G:\Anaconda3\Scripts
λ activate

# See (base)
(base) G:\Anaconda3\Scripts
λ pip -V
pip 20.0.2 from G:\Anaconda3\lib\site-packages\pip (python 3.7)

# conda most know about,the pip of Anaconda
(base) G:\Anaconda3\Scripts
λ conda -V
conda 4.8.3

(base) G:\Anaconda3\Scripts
λ python
Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy as np
>>>
>>> np.__version__
'1.16.2'
>>> exit()

(base) G:\Anaconda3\Scripts
λ deactivate
G:\Anaconda3\Scripts
λ cd ..

G:\Anaconda3
λ cd ..

# Out of Anaconda
G:\
λ python -V
Python 3.8.3

G:\
λ pip -V
pip 20.2 from c:\python38\lib\site-packages\pip (python 3.8)
Reply


Messages In This Thread
NumPy not available? - by Mark17 - Aug-01-2020, 10:51 AM
RE: NumPy not available? - by metulburr - Aug-01-2020, 11:20 AM
RE: NumPy not available? - by Mark17 - Aug-01-2020, 11:44 AM
RE: NumPy not available? - by ndc85430 - Aug-01-2020, 11:45 AM
RE: NumPy not available? - by Mark17 - Aug-01-2020, 06:22 PM
RE: NumPy not available? - by snippsat - Aug-01-2020, 07:42 PM
RE: NumPy not available? - by Mark17 - Aug-01-2020, 08:16 PM
RE: NumPy not available? - by snippsat - Aug-01-2020, 08:46 PM
RE: NumPy not available? - by Mark17 - Aug-01-2020, 09:49 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020