Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Troubles with numpy
#5
Now it's okay,you need of course to install it.
# Check
C:\Users\Tom
λ pip -V
pip 10.0.1 from c:\python36\lib\site-packages\pip (python 3.6)

# Install 
C:\Users\Tom
λ pip install numpy --upgrade
Collecting numpy
  Using cached https://files.pythonhosted.org/packages/6c/49/2bcf9d0484b33a6d7c5312121344a190d4a3d5f7826fcb3480cb62109073/numpy-1.14.4-cp36-none-win32.whl
mypy 0.560 has requirement psutil<5.5.0,>=5.4.0, but you'll have psutil 5.3.1 which is incompatible.
Installing collected packages: numpy
Successfully installed numpy-1.14.4

# Test that it work
C:\Users\Tom
λ ptpython
>>> import numpy

>>> numpy.__version__
'1.14.4'
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 963 Mar-26-2024, 02:18 PM
Last Post: snippsat
  Numpy returns "TypeError: unsupported operand type(s) for *: 'numpy.ufunc' and 'int'" kalle 2 2,832 Jul-19-2022, 06:31 AM
Last Post: paul18fr
  "erlarge" a numpy-matrix to numpy-array PhysChem 2 3,123 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