Tried to install the package multiple times in python 3.8+ and always the same error related to pandas:
Cython-generated file 'pandas_libs/algos.c' not found.
Cython is required to compile pandas from a development branch.
Please install Cython or download a release package of pandas.
I've learned that this is because of the pandas version you force in the requirements and how it relates to new python. A fix not forcing an old version would be appreciated.
Tried to install the package multiple times in python 3.8+ and always the same error related to pandas:
Cython-generated file 'pandas_libs/algos.c' not found.
Cython is required to compile pandas from a development branch.
Please install Cython or download a release package of pandas.
I've learned that this is because of the pandas version you force in the requirements and how it relates to new python. A fix not forcing an old version would be appreciated.