Comment 3 for bug 1204541

Revision history for this message
Christian Schneider (schneider-3) wrote :

Did some further digging.

The actual "culprit" is the file pep425tags.py which belongs to pip. In this file there is a function "get_supported" which contains the following line "oabi = sysconfig.get_config_var('SOABI')". This in turn ends up calling "_get_makefile_filename()".

I don't have the slightest idea where this should be resolved …

chris