-
Notifications
You must be signed in to change notification settings - Fork 780
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
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd #338
Comments
Thanks @erkutaykutlug for reporting this. As described in #343, this is due to incompatibility between |
I did not find tensorflow in requirements.txt but pip install causalml still automatically install tensorflow why? |
I get a similar error, even when creating a new conda env following the instructions in the README.md :
When I do the above, and then open the example in jupyter lab using the causalml-py38 kernel, I get the error
Follow up: @jeongyoonlee FYI, I don't get the above error for the |
Describe the bug
New installation using conda env file
envs/environment-py38.yml
is giving the following error. Probably from similar causes in the open issue 305The error goes away when numpy is upgraded to 1.20, but that raises incompatibility warning with tensorflow 2.3.2.
To Reproduce
After clean install run
examples/uplift_tree_visualization.ipynb
Screenshots
Environment:
clean conda env install using envs/environment-py38.yml
The error
The text was updated successfully, but these errors were encountered: