Open NeilChangYanpeng opened 3 years ago
Same, windows 10, python 3.9, jupyter lab
I followed these instructions: https://stackoverflow.com/questions/7508803/how-do-i-import-function-from-pyx-file-in-python Now I get this error:
ImportError: Building module mdlp._mdlp failed: ["distutils.errors.CompileError: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.28.29333\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2\n"]
Some promising workaround: https://github.com/sammchardy/python-binance/issues/148
Same question, did anybody solved it?
Same problem. Did any get a solution? Python 3.8.18, MacOs
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.