"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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.