Python Forum
Installing Older Version Of Numpy & Pandas
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installing Older Version Of Numpy & Pandas
#1
Hi all,

I'm still pretty new to the world of Python. I'm using Pycharm and for the first time I'm trying to test a public project from Github. The requirements file list for this project has numpy version 1.16.4 and pandas version 0.24.2. I've tried unsuccessfully for days to install these versions in a new project (thought I'd try it to see if it works) and I get a huge range of errors (too long to paste here even or add as an attachment).

I've tried in the terminal:
pip install numpy==1.16.4
and
pip install pandas==0.24.2
Pardon my total ignorance, but since I'm using Python 3.11, is the likely reason that there's a compatibility issue with numpy 1.16.4 and pandas 0.24.2? I'm totally lost in how to troubleshoot this and what to do. I'm guessing you may need more information than I've listed here, so please let me know if I need to provide you with anything else as I don't know what else to list.

Thank you for your assistance.
Reply


Messages In This Thread
Installing Older Version Of Numpy & Pandas - by knight2000 - Aug-28-2023, 02:31 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What are some good books for learning NumPy and Pandas? Pnerd 1 938 Feb-13-2022, 01:14 PM
Last Post: jefsummers
  Help for the shortest way to install a suitable version of Python, Numpy, and OpenCV. Ezzat 2 2,330 Dec-23-2021, 12:34 PM
Last Post: snippsat
  coding problem from older book teddfirth 3 2,173 Mar-06-2021, 03:51 PM
Last Post: teddfirth
  Installing Numpy on Raspberry Pi koepjo 3 21,069 Apr-04-2020, 09:49 AM
Last Post: snippsat
  remove files from folder older than X days kerzol81 2 8,713 Jan-03-2020, 11:55 PM
Last Post: snippsat
  Installing Numpy multiple locations dwhe 4 3,206 Dec-21-2019, 02:02 AM
Last Post: dwhe
  Installing pip and pandas DavidTheGrockle 2 1,697 Oct-24-2019, 10:40 AM
Last Post: DavidTheGrockle
  Problem installing numpy and matplotlib achondrite 1 3,167 Jan-16-2019, 11:43 PM
Last Post: snippsat
  merging lists, dedup and keeping order, in older pythons Skaperen 3 3,206 Oct-19-2018, 01:30 AM
Last Post: ODIS
  Can I upload a new version without previously deleting ancient version sylas 6 4,299 Nov-08-2017, 03:26 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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