Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help installing NumPy
#11
Firstly. in the command terminal, type PATH you should see something similar to:

Output:
C:\>PATH PATH=C:\Python36\Scripts\;C:\Python36\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\ ....
Note that the two locations "C:\Python36\" and "C:\Python36\Scripts\" must be included within the PATH string. (The actual location will depend on where you installed Python). If they are not there, you must add them. See https://www.computerhope.com/issues/ch000549.htm

In PyCharm in the upper left corner, click on File -> Default Settings -> Project Interpreter. You should see the file location of your python.exe on the right hand side, as well as any installed modules.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
Help installing NumPy - by Larry - Feb-19-2018, 06:52 PM
RE: Help installing NumPy - by nilamo - Feb-19-2018, 07:20 PM
RE: Help installing NumPy - by Larry - Feb-19-2018, 08:48 PM
RE: Help installing NumPy - by nilamo - Feb-19-2018, 09:06 PM
RE: Help installing NumPy - by snippsat - Feb-19-2018, 09:13 PM
RE: Help installing NumPy - by Larry - Feb-19-2018, 09:54 PM
RE: Help installing NumPy - by snippsat - Feb-19-2018, 10:36 PM
RE: Help installing NumPy - by Larry - Feb-20-2018, 12:15 AM
RE: Help installing NumPy - by snippsat - Feb-20-2018, 12:28 AM
RE: Help installing NumPy - by Larry - Feb-20-2018, 12:35 AM
RE: Help installing NumPy - by sparkz_alot - Feb-20-2018, 12:48 AM
RE: Help installing NumPy - by snippsat - Feb-20-2018, 12:49 AM
RE: Help installing NumPy - by Larry - Feb-20-2018, 12:58 AM
RE: Help installing NumPy - by sparkz_alot - Feb-20-2018, 01:13 AM
RE: Help installing NumPy - by Larry - Feb-20-2018, 01:24 AM
RE: Help installing NumPy - by sparkz_alot - Feb-20-2018, 01:33 AM
RE: Help installing NumPy - by Larry - Feb-20-2018, 02:30 AM
RE: Help installing NumPy - by Larz60+ - Feb-20-2018, 06:14 AM
RE: Help installing NumPy - by Larry - Feb-20-2018, 09:17 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Numpy] How to store different data type in one numpy array? water 7 705 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
  trouble installing numpy GloryHoleLover 3 2,282 Mar-29-2020, 06:35 AM
Last Post: ndc85430
  Error installing numpy srm 3 3,562 Jul-08-2019, 06:26 PM
Last Post: srm
  "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