Aug-28-2023, 02:31 AM
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:
and
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.
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:
1 |
pip install numpy = = 1.16 . 4 |
1 |
pip install pandas = = 0.24 . 2 |
Thank you for your assistance.