Python Forum
Problem installing numpy and matplotlib
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem installing numpy and matplotlib
#1
Hi!
I´m new to Python and I want to learn to plot charts in Python. But I have difficulties to install numpy and matplotlib. I use Pycharm and I have tried to install numpy and matplotlib with conda but I got error message when I try to run the script and numpa and matplotlib are not listed in when I write help ('modules') in the console. Can they be in the wrong folder and which folder should they be imported into?
Reply
#2
(Jan-16-2019, 10:41 PM)achondrite Wrote: I use Pycharm and I have tried to install numpy and matplotlib with conda but I got error message when I try to run the script and numpa and matplotlib are not listed in when I write help ('modules') in the console.
conda is Anaconda's installer,pip is Python installer.
Do you use Anaconda or Python(python.org)?
Anaconda(1400+ packages),and numpy and matplotlib is pre-installed.
Also no need to install numpy and matplotlib as they already installed.

Python(python.org) you installed with pip.
# This install also numpy
pip install matplotlib
Even if Pycharm has tool for install,i would advice that you learn to do this from command line.
Have tutorials her:
Python 3.6/3.7 and pip installation under Windows
Anaconda and other ways to run Python
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Photo Problem installing turtle MasterJediKnight7 17 24,302 Mar-18-2024, 10:22 AM
Last Post: bmohamadyar313
  Installing Older Version Of Numpy & Pandas knight2000 6 1,646 Aug-30-2023, 10:58 AM
Last Post: knight2000
  [WORKED AROUND] Problem installing elitech-datareader, 'cannot import build_py_2to3' NeilUK 4 1,562 Jul-09-2023, 10:01 AM
Last Post: NeilUK
  Matplot / numpy noisy data problem the57chambers 1 664 Feb-09-2023, 03:27 AM
Last Post: deanhystad
  problem adding two numpy arrays djf123 2 2,042 Aug-09-2022, 08:31 PM
Last Post: deanhystad
  Matplotlib Problem DaveG 0 1,565 Mar-14-2022, 04:05 AM
Last Post: DaveG
  SOlving LInear Equations in Python(Symoy, NUmpy) - Coefficient Problem quest 3 1,690 Jan-30-2022, 10:53 PM
Last Post: quest
  Matplotlib: How do I convert Dates from Excel to use in Matplotlib JaneTan 1 3,161 Mar-11-2021, 10:52 AM
Last Post: buran
  Installing Matplotlib richard_wylde 0 3,340 Nov-11-2020, 12:14 PM
Last Post: richard_wylde
  Problem with matplotlib ncm1234 1 1,463 Sep-01-2020, 02:16 AM
Last Post: bowlofred

Forum Jump:

User Panel Messages

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