0

Error message is suggesting I need to change my PIP version but I don't know how, nor do I know what version I need to change it to.

Question is: How do I know what pip version I need and how do I change it?

torp86
  • 1
  • 1
  • 1
    Hi! Is there a question? – rafaelc Apr 05 '19 at 14:39
  • You have to share the error message you are getting too. It's not possible to help if you don't post the exact error. –  Apr 05 '19 at 14:39
  • Question is, how do I know what pip version I need and how do I change it? – torp86 Apr 05 '19 at 14:42
  • Error occurred was 'Non-zero exit code (1)'. Proposed solution: Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at ...... – torp86 Apr 05 '19 at 14:43

1 Answers1

0

General steps are File -> Settings -> Project-> Project Interpreter. Then you click on the plus sign close to the right-hand top corner, finally, you write Pandas in the search field and it is done. After all that you should be able to do import pandas as pd Hope I understood your question well.

enter image description here

Konstantin Grigorov
  • 1,356
  • 12
  • 20
  • Hi, thanks for the response! This is what I tried but unfortunately I got the error message saying I don't have the correct version of 'pip' installed. But I don't know which version I need or how to change it. – torp86 Apr 05 '19 at 14:44
  • As mentioned above could you please provide the exact error message? – Konstantin Grigorov Apr 05 '19 at 14:46
  • Error occurred was 'Non-zero exit code (1)'. Proposed solution: Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at ...... – torp86 Apr 05 '19 at 14:48
  • Please read the following:https://stackoverflow.com/questions/45548875/how-to-install-pandas-in-pycharm – Konstantin Grigorov Apr 05 '19 at 14:48