Pandas version mismatch with Python 3.11
morefromalan opened this issue · 3 comments
morefromalan commented
Can not build pandas version in requirements.txt
changing to pandas==1.5.2 appears to resolve issue
yudataguy commented
and change numpy to numpy==1.23.2
for python 3.11
adlizone commented
If you are running the latest python interpreter. Then instead of requirements.txt only install flask
pip install flask
logankilpatrick commented
Updated this! Should be fixed now.