Cannot import name _sofia_ml
hhh920406 opened this issue · 2 comments
hhh920406 commented
Hi, rth. when I import pysofia, there have been a importerror : cannot import name _sofia_ml.
I install pysofia through pip. How can I solve the problem?
rth commented
Hi @hhh920406, are you using Windows? The PR #4 might have fixed it. Could you try again, please? Otherwise, try to download the sources (or clone the repository), then run
python setup.py develop
Thanks for reporting it.
hhh920406 commented
Thanks for your reply! I use ubantu. After I clone the repository and run setup.py, I can import pysofia successfully!