-1

I have tried a bunch of different ways to try and get pip to install Numpy and Pandas, originally I was having issues with Jupyter Notebooks but I have gotten that fixed now.

I have tried to use different version on pip to install Numpy and Pandas but nothing seems to work. I keep getting the same error message, see below. enter image description here

Any help would be greatly appreciated.

2
  • 1
    Looks like Python 3.9. No luck with numpy`, yet. Downgrade to 3.8 Commented Dec 21, 2020 at 23:20
  • As an alternative to downgrading: You can download an unofficial Python 3.9 wheel for numpy from Christoph Gohlke's site lfd.uci.edu/~gohlke/pythonlibs Commented Dec 21, 2020 at 23:35

1 Answer 1

1

Python 3.9 is pretty new, downgrade it to 3.8 as commented by Fourier. Issues with wheels can be fixed with:

pip install wheel
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.