lucasb-eyer / pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
MIT License
1.94k stars 413 forks source link

how can i install this with visual studio 2013? #36

Closed xiaoshumei closed 6 years ago

xiaoshumei commented 7 years ago

when i pip3 install, i got an error :visual c++ 14.0 is required!

lucasb-eyer commented 7 years ago

I guess that means Cython needs vs2015 :smile: I have no idea if there's a way to make it work with vs2013, so if anyone has a PR for that, I'd merge it, but I won't spend time trying to find that out myself, sorry!

lucasb-eyer commented 6 years ago

Going to close this as it's about a 5 year-old version. If anyone has a PR for this, it's still welcome.