You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/share/miniconda/envs/test/lib/python3.9/site-packages/responsibleai/managers/causal_manager.py:10: in <module>
from econml.solutions.causal_analysis import CausalAnalysis
/usr/share/miniconda/envs/test/lib/python3.9/site-packages/econml/solutions/causal_analysis/__init__.py:4: in <module>
from ._causal_analysis import CausalAnalysis
/usr/share/miniconda/envs/test/lib/python3.9/site-packages/econml/solutions/causal_analysis/_causal_analysis.py:13: in <module>
from numpy.lib.function_base import iterable
E ModuleNotFoundError: No module named 'numpy.lib.function_base'
numpy.lib.function_base was deprecated with numpy>=2.0 hence econml needs to fix the import to support it
The text was updated successfully, but these errors were encountered:
Getting errors when using econml with numpy>=2.0:
numpy.lib.function_base was deprecated with numpy>=2.0 hence econml needs to fix the import to support it
The text was updated successfully, but these errors were encountered: