mattjj / pyhsmm

MIT License
545 stars 172 forks source link

Windows10:ImportError: No module named hsmm_messages_interface #105

Open Lygggggg opened 4 years ago

Lygggggg commented 4 years ago

When I installed this package under Windows 10, only hmm_messages_interface.cpp could not be compiled successfully. The python version I used was 2.7, and the C++ version was 9.0. I don’t know where the problem is, shouldn’t I run on Windows? Can you provide some help? Thank you QQ截图20200715164725

cwj22 commented 3 years ago

I fixed this issue by running python setup.py build_ext --inplace

These issues helped me:

106 #22