-
Notifications
You must be signed in to change notification settings - Fork 99
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
PyPi package fails to install and run #5
Comments
Okay downgrading to pandas 0.24.2 solves this. I think 0.25 assumes |
Thanks @BoltzmannBrain ! |
Hey @BoltzmannBrain, Now, as for the issue itself. I was not able to reproduce the problem using conda environment, so I did some further digging.
Could you please try to simply |
Depending on how Python is installed in your system, the module |
Thanks for contributing your bug-fix, @salompas. |
+1 on @salompas's assessment. Thank you for addressing the issue! |
Evaluation module
Creating a python 3.6.0 virtual environment and running
pip install causallib
succeeds, but then trying to import any modules fails. E.g.from causallib.estimation import IPW
:It looks like there are versioning issues with pandas.
The text was updated successfully, but these errors were encountered: