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,Henry,
I installed the package and ran the example code following the README.md
Then I got this error:
`D:\Anaconda3\envs\cdt\python.exe "E:/causal_discovery/minimum description length/mdlp-discretization-master/demo/demo.py"
Traceback (most recent call last):
File "E:/causal_discovery/minimum description length/mdlp-discretization-master/demo/demo.py", line 1, in
from mdlp.discretization import MDLP
File "E:\causal_discovery\minimum description length\mdlp-discretization-master\mdlp\discretization.py", line 17, in
from mdlp._mdlp import MDLPDiscretize
ModuleNotFoundError: No module named 'mdlp._mdlp'
Process finished with exit code 1`
Can you give me some help? Thank you.
The text was updated successfully, but these errors were encountered:
NeilChangYanpeng
changed the title
ModuleNotFoundError
ModuleNotFoundError: No module named 'mdlp._mdlp'
Apr 20, 2021
Hello,Henry,
I installed the package and ran the example code following the README.md
Then I got this error:
`D:\Anaconda3\envs\cdt\python.exe "E:/causal_discovery/minimum description length/mdlp-discretization-master/demo/demo.py"
Traceback (most recent call last):
File "E:/causal_discovery/minimum description length/mdlp-discretization-master/demo/demo.py", line 1, in
from mdlp.discretization import MDLP
File "E:\causal_discovery\minimum description length\mdlp-discretization-master\mdlp\discretization.py", line 17, in
from mdlp._mdlp import MDLPDiscretize
ModuleNotFoundError: No module named 'mdlp._mdlp'
Process finished with exit code 1`
Can you give me some help? Thank you.
The text was updated successfully, but these errors were encountered: