1

I recently started working the pandas library and had everything running alright. And then recently, each time I run a program, even a short one like what I have attached, it displays the error below. Can someone help me fix it?

Error:

enter image description here

htshame
  • 6,599
  • 5
  • 36
  • 56
Gibbs H.
  • 41
  • 1
  • 5
  • 1
    Please don't post your code in the form of an image but rather use StackOverflow's code formatting feature. Refer to [this](https://meta.stackoverflow.com/a/285557/9917504) for the why – Tristo Jan 17 '19 at 11:20
  • 1
    Have you set the `venv`-python interpreter to be the one used in this project? If not do so under settings -> Project: Working with the pandas library -> Project Interpreter, and then add the one inside `venv` (You might have to select it by clicking on the small cog -> add) – RunOrVeith Jan 17 '19 at 12:14
  • Did you install numpy by running pip install numpy ? – Charles R Jan 17 '19 at 12:46
  • Yes. I am using Jetbrains Pycharm Edu. So I installed NumPy using pip install NumPy, then later installed the NumPy library package within Pycharm. Could there be some problem with the way I installed it? – Gibbs H. Jan 18 '19 at 09:24

0 Answers0