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
Hello! I'm trying to use the dice-ml package and getting error of module not found.
Machine specifications:
Ubuntu 22.04.3 LTS
Python 3.10.12
dice-ml 0.11
raiutils 0.4.1
(1) When I try to run pip install dice-ml I don't get any error,
but when I import the dice_ml package in python code I get ModuleNotFoundError: No module named 'dice_ml'.
(2) When I try to clone the repository and run !pip install -e . I don't get any error either,
but when I import the dice_ml package in python code I get ModuleNotFoundError: No module named 'raiutils'.
But the packages are installed when we list pip packages.
Searching about raiutils, it seems like there has been some changes in this package, maybe that's the root of the problem.
Anyway I can't even try the dice_ml library without importing it, so please help me discover the problem here.
Hello! I'm trying to use the dice-ml package and getting error of module not found.
Machine specifications:
(1) When I try to run
pip install dice-ml
I don't get any error,but when I import the dice_ml package in python code I get
ModuleNotFoundError: No module named 'dice_ml'
.(2) When I try to clone the repository and run
!pip install -e .
I don't get any error either,but when I import the dice_ml package in python code I get
ModuleNotFoundError: No module named 'raiutils'
.But the packages are installed when we list pip packages.
Searching about
raiutils
, it seems like there has been some changes in this package, maybe that's the root of the problem.Anyway I can't even try the dice_ml library without importing it, so please help me discover the problem here.
Follow the code used attached:
Execução_DiCE.zip
The text was updated successfully, but these errors were encountered: