jxbbb/ADAPT

[Installation as Conda] Mismatch between python version and pandas version

Closed this issue · 1 comments

I created a python 3.8 environment called ADAPT based on Getting Started, but encountered an error when installing pandas
The original requirements file asked for pandas version == 2.1.3
image
However, version 2.1.3 must correspond to python 3.9.
image
Did I make a mistake somewhere?
What should I do, upgrade python to 3.9 or downgrade pandas to 2.0.3?

I installed version 2.0.3 of pandas and ADAPT now works!