larsmans / seqlearn

Sequence learning toolkit for Python
http://larsmans.github.io/seqlearn/
MIT License
690 stars 101 forks source link

installation error: about vc++10.0 #17

Open genliu777 opened 9 years ago

genliu777 commented 9 years ago

hi, i do not know it is proper put here my puzzle or not! when i install seqlearn, it shows error: "Microsoft visual c++ 10.0 is required(unable to find vcvarsall.bat)". but i install vc++2013 and vc++2008 on my laptop! i have searched a lot of forums but i have no idea what they say about it! so how to solve it!!?? thanks!!!

soupault commented 9 years ago

@larsmans I agree. I can suggest to use AppVeyor as maintainer of hmmlearn does, so to have always ready-to-use code and also prepared versions for Windows: https://github.com/hmmlearn/hmmlearn/issues/30 .