Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help installing NumPy
#18
A car won't run without a key.
PyCharm will not work without an interpreter.
You can re-install until the cows come home, it still won't work without setup.
Here is step by step to set up
  • You will need to know the path to the interpreter that you wish to use, like C:\Ptython3 oe whatever it is
  • Open your project in PyCharm
  • Click on file-->settings this will open a screen which will have a bunch of menu selections on the left, and the Project Interpreter on the right.
  • If you don't see this window on the right:
  • Click menu item (left pane) Project: Your project Name
  • Select Project Interrupter
  • Now near the top you will see Project Interrupter and a text window with a pull down;
  • Click on the pill down and see if your Interrupter is there. If so, click on it, click OK and you're done.
  • If not in the pull down, you have to add it:
  • Click on the gear icon to the right of this box
  • Click add local
  • Click Existing Environment (you will want to eventually use virtual environment, but don't even think about it now)
  • Again look in the pull down and if it's there, select and OK your way out ... you're done
  • If not there, click on ... button to the right, navigate to your interrupter, select and click OK
  • Keep clicking OK until back to the main screen.
  • You're done. Write some code.
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 961 Mar-26-2024, 02:18 PM
Last Post: snippsat
  Numpy returns "TypeError: unsupported operand type(s) for *: 'numpy.ufunc' and 'int'" kalle 2 2,830 Jul-19-2022, 06:31 AM
Last Post: paul18fr
  trouble installing numpy GloryHoleLover 3 2,368 Mar-29-2020, 06:35 AM
Last Post: ndc85430
  Error installing numpy srm 3 3,629 Jul-08-2019, 06:26 PM
Last Post: srm
  "erlarge" a numpy-matrix to numpy-array PhysChem 2 3,116 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