Closed cusher closed 2 years ago
After installing from requirements_current.txt, install.py breaks saying pandastable==0.12.2.post1 is not installed. Commenting it out from the requirements file, the install succeeds.
pandastable==0.12.2.post1
Okay, seems the .post1 is the problem, its required for the pip install but when you check the version in the code it doesn't have the post1 part
.post1
post1
After installing from requirements_current.txt, install.py breaks saying
pandastable==0.12.2.post1
is not installed. Commenting it out from the requirements file, the install succeeds.