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
RuntimeErrorTraceback (mostrecentcalllast)
File__init__.pxd:942, innumpy.import_array()
RuntimeError: modulecompiledagainstAPIversion0x10butthisversionofnumpyis0xf . CheckthesectionC-APIincompatibilityattheTroubleshootingImportErrorsectionathttps://numpy.org/devdocs/user/troubleshooting-importerror.html#c-api-incompatibility for indications on how to solve this problem .Duringhandlingoftheaboveexception, anotherexceptionoccurred:
ImportErrorTraceback (mostrecentcalllast)
CellIn[29], line1---->1fromresponsibleaiimportRAIInsightsFile [c:\Users\Q1636743\project\interpret_dashboard\.venv\lib\site-packages\responsibleai\__init__.py:8](file:///C:/Users/Q1636743/project/interpret_dashboard/.venv/lib/site-packages/responsibleai/__init__.py:8)
6# ModelTask is only imported for backwards compatibility7fromraiutils.modelsimportModelTask---->8fromresponsibleai.modelanalysisimportModelAnalysis9fromresponsibleai.rai_insightsimportRAIInsights11from .__version__importversionFile [c:\Users\Q1636743\project\interpret_dashboard\.venv\lib\site-packages\responsibleai\modelanalysis\__init__.py:8](file:///C:/Users/Q1636743/project/interpret_dashboard/.venv/lib/site-packages/responsibleai/modelanalysis/__init__.py:8)
6# ModelTask is only imported for backwards compatibility7fromraiutils.modelsimportModelTask---->8fromresponsibleai.modelanalysis.model_analysisimportModelAnalysis10__all__= ["ModelAnalysis", "ModelTask"]
File [c:\Users\Q1636743\project\interpret_dashboard\.venv\lib\site-packages\responsibleai\modelanalysis\model_analysis.py:13](file:///C:/Users/Q1636743/project/interpret_dashboard/.venv/lib/site-packages/responsibleai/modelanalysis/model_analysis.py:13)
10importpandasaspd12fromresponsibleai.feature_metadataimportFeatureMetadata--->13fromresponsibleai.managers.causal_managerimportCausalManager14fromresponsibleai.managers.counterfactual_managerimportCounterfactualManager15fromresponsibleai.managers.error_analysis_managerimportErrorAnalysisManagerFile [c:\Users\Q1636743\project\interpret_dashboard\.venv\lib\site-packages\responsibleai\managers\causal_manager.py:10](file:///C:/Users/Q1636743/project/interpret_dashboard/.venv/lib/site-packages/responsibleai/managers/causal_manager.py:10)
8importnumpyasnp9importpandasaspd--->10fromeconml.solutions.causal_analysisimportCausalAnalysis12fromraiutils.modelsimportModelTask13fromresponsibleai._data_validationsimportvalidate_train_test_categoriesFile [c:\Users\Q1636743\project\interpret_dashboard\.venv\lib\site-packages\econml\solutions\causal_analysis\__init__.py:4](file:///C:/Users/Q1636743/project/interpret_dashboard/.venv/lib/site-packages/econml/solutions/causal_analysis/__init__.py:4)
1# Copyright (c) PyWhy contributors. All rights reserved.2# Licensed under the MIT License.---->4from ._causal_analysisimportCausalAnalysis6__all__= ["CausalAnalysis"]
...
Filestatsmodels\nonparametric\_smoothers_lowess.pyx:22, ininitstatsmodels.nonparametric._smoothers_lowess()
File__init__.pxd:944, innumpy.import_array()
ImportError: numpy.core.multiarrayfailedtoimport
To Reproduce
Steps to reproduce the behavior:
I've just installed these packages : interpret-community lightgbm interpret raiwidgets
Hi @quocdat-le-insacvl! I'm sorry for the delay in response; could you please tell me what version of python you are using ? We've seen issues in the past where certain versions of python cause this error when running certain version of numpy and shap
Describe the bug
Hi, I'm trying to run:
but I got the error:
To Reproduce
Steps to reproduce the behavior:
interpret-community lightgbm interpret raiwidgets
Packages version
The text was updated successfully, but these errors were encountered: