-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with Pandas version 2 #3
Comments
Upvoting this issue. |
It seems to be fixed with the recent commit but has not yet been published to PyPi.
Make sure to uninstall any previous version first using
|
Goto calculator.py Change TO @vvcb This fixes the issue and the import works as described in the docs |
@rbngz is right. @vvcb you need to patch the current pypi version. |
Description
Comorbidipy works fine with pandas 1.4.0, but when trying to run with a more recent version I get this error, e.g. version 1.5.0 or version 2.0.1
The issue seems to be that the import is now in pandas.errors, this doesn't work -
But this does
The text was updated successfully, but these errors were encountered: