Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Troubles with numpy
#18
python point correct to 3.6.5.
Do this to check to check path and pip.
# Check where python is installed
C:\
λ python -c "import sys; print(sys.executable)"
C:\python36\python.exe

# Check version
C:\
λ python -V
Python 3.6.5

# Check pip
C:\
λ pip -V
pip 10.0.1 from c:\python36\lib\site-packages\pip (python 3.6)
If It look like this all is correct and what you should have if follow tutorial.

Now can you install numpy:
λ pip install numpy
Collecting numpy
  Downloading https://files.pythonhosted.org/packages/6c/49/2bcf9d0484b33a6d7c5312121344a190d4a3d5f7826fcb3480cb62109073/numpy-1.14.4-cp36-none-win32.whl (9.8MB)
    100% |████████████████████████████████| 9.8MB 125kB/s
Installing collected packages: numpy
Successfully installed numpy-1.14.4
Now is numpy installed to 3.6,and all you install with pip will be installed to 3.6
Reply


Messages In This Thread
Troubles with numpy - by sylas - Jun-08-2018, 08:15 AM
RE: Troubles with numpy - by sylas - Jun-08-2018, 09:21 AM
RE: Troubles with numpy - by snippsat - Jun-08-2018, 04:14 PM
RE: Troubles with numpy - by sylas - Jun-08-2018, 04:36 PM
RE: Troubles with numpy - by snippsat - Jun-08-2018, 04:55 PM
RE: Troubles with numpy - by sylas - Jun-08-2018, 05:06 PM
RE: Troubles with numpy - by snippsat - Jun-08-2018, 05:37 PM
RE: Troubles with numpy - by sylas - Jun-08-2018, 05:40 PM
RE: Troubles with numpy - by snippsat - Jun-08-2018, 05:59 PM
RE: Troubles with numpy - by sylas - Jun-09-2018, 04:05 AM
RE: Troubles with numpy - by sylas - Jun-09-2018, 06:08 AM
RE: Troubles with numpy - by sylas - Jun-09-2018, 01:12 PM
RE: Troubles with numpy - by Larz60+ - Jun-09-2018, 01:16 PM
RE: Troubles with numpy - by sylas - Jun-09-2018, 01:31 PM
RE: Troubles with numpy - by snippsat - Jun-09-2018, 02:00 PM
RE: Troubles with numpy - by sylas - Jun-09-2018, 04:36 PM
RE: Troubles with numpy - by buran - Jun-09-2018, 04:55 PM
RE: Troubles with numpy - by snippsat - Jun-09-2018, 05:16 PM
RE: Troubles with numpy - by sylas - Jun-09-2018, 05:21 PM
RE: Troubles with numpy - by snippsat - Jun-09-2018, 05:27 PM
RE: Troubles with numpy - by snippsat - Jun-09-2018, 05:56 PM
RE: Troubles with numpy - by sylas - Jun-09-2018, 06:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Numpy] How to store different data type in one numpy array? water 7 711 Mar-26-2024, 02:18 PM
Last Post: snippsat
  Numpy returns "TypeError: unsupported operand type(s) for *: 'numpy.ufunc' and 'int'" kalle 2 2,675 Jul-19-2022, 06:31 AM
Last Post: paul18fr
  "erlarge" a numpy-matrix to numpy-array PhysChem 2 3,030 Apr-09-2019, 04:54 PM
Last Post: PhysChem

Forum Jump:

User Panel Messages

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