"Microsoft Visual C++ 14.0 is required" error - how can you check cython search path?

20 views
Skip to first unread message

david daviddavid

unread,
Aug 2, 2020, 3:36:25 AM8/2/20
to cython-users
I'm getting the error as per title (more details in another post recently).
However I'm wondering if cython is looking for it in the wrong place and wondering how I can check the path cython is using?

mattip

unread,
Aug 2, 2020, 6:06:21 AM8/2/20
to cython-users
On Sunday, 2 August 2020 at 10:36:25 UTC+3 dgm...@gmail.com wrote:
I'm getting the error as per title (more details in another post recently).
However I'm wondering if cython is looking for it in the wrong place and wondering how I can check the path cython is using?

Cython uses distutils/setuptools to compile. You can add some breakpoints in msvccompiler.py in distutils or msvc.py in setuptools. Hint: it probes the registry or uses environment variables.

Matti
Reply all
Reply to author
Forward
0 new messages