drufat / triangle

Python bindings to the triangle library
GNU Lesser General Public License v3.0
224 stars 53 forks source link

error: Microsoft Visual C++ 14.0 is required #28

Closed torecki closed 4 years ago

torecki commented 5 years ago

I am not able to build and install the package because of the error message:

building 'triangle.core' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/

I don't know how to fix. I installed the old version 14 but it doesn't work.

Thanks for every tip in advance.

Torsten

drufat commented 5 years ago

I do not have much experience with Windows build tools ,but if you are able to fix the issue, I am open to accepting pull requests.

drufat commented 4 years ago

I have been able to install triangle on Windows 10 after downloading Microsoft Visual Studio. I am closing this bug report.

ZibraMax commented 2 years ago

For people who experiment the same issue.

You have to fully install visual studio. Iit is not enough to install visual studio build tools.

Thanks @drufat for the triangle wrapper, you are amazing.