Why are these libraries incompatible with my virtual environment in Python 3.9

32 views Asked by At

I'm trying to run Python with a virtual environment and the code is written in 2020 so I'm using Python 3.9 in the virtual environment. I was able to get that running properly and here is the requirements file

enter image description here

when I try to install requirements it gets stuck at installing pandas and there's a big error message

enter image description here

enter image description here

at first I thought it was an issue with versions but pandas 2.2.0 is perfectly compatible with Python 3.9

enter image description here

has anybody ever seen an error like this before and could potentially provide some insight? Thank you very much

0

There are 0 answers