Closed GaurangTandon closed 4 years ago
So we tested TAPAS with python 3.6 and 3.7, it looks like pandas1.0 is not compatible with 3.5.
https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html "Officially Python 3.6.1 and above, 3.7, and 3.8."
So I guess you can try using a lower version of pandas or a higher version of python. I would recommend the later if it's possible for you.
Hi, thanks for the quick response! The remote server had only Python 3.5, I'll ask the admin if it's possible to upgrade.
python -m pip install -e .
(Python is v3.5).Expected: all packages should install. Actual:
How to fix this? I am on commit id 32f90d608f59a203fa4e0a8470c89b2cd8305ba6. Thanks!