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

pip install error under windows #64

Closed micklexqg closed 6 years ago

micklexqg commented 6 years ago

i try to install pydensecrf under windows , but failed: image python version = 3.5.2 windows 7 and 64 bit has anyone succeed?

lucasb-eyer commented 6 years ago

How about doing exactly what the last line tells you to do?

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

If you already did that, then google for this exact error and you will find quite a few trouble-shootings.

I'm closing this as so far it seems to be a problem with your system setup, not a problem with PyDenseCRF. If it turns out otherwise, please feel free to re-open the issue with more information.

PS: sorry for the delay, I was traveling and lost track of this issue.