drufat/triangle

error: Microsoft Visual C++ 14.0 is required

Closed this issue · 3 comments

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

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.

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

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.