Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Troubles with numpy
#7
For 3.6 as you should use.
Python 3.6 and pip installation under Windows
The it will work as i posted,i do have 2.7,3.4,3.5 ect.
3.6 is the main version set in Windows Path(as tutorial show how to under install).

Then it look like this from C:\.
So anywhere from cmd/cmder,pip and python always point to 3.6
λ python -c "import sys; print(sys.executable)"
C:\python36\python.exe

C:\
λ pip -V
pip 10.0.1 from c:\python36\lib\site-packages\pip (python 3.6)
Using other version can use py.exe,that 3.6 install in Windows folder.
C:\
λ py -2.7 -V
Python 2.7.9

C:\
λ py -3.5 -V
Python 3.5.2
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