Py_DEBUG configuration variable not set

I tried to install the matplotlib whl file in python 3.6 on windows, but I all I have is an error

C:\Python36\lib\site-packages\wheel\pep425tags.py:77: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect warn=(impl == 'cp')):

I tried debugging it, but it seems to be a real problem: https://github.com/pypa/pip/issues/3383

Can someone please let me know how to resolve this error?

Any help would be appreciated

thank

+4
source share

Source: https://habr.com/ru/post/1672490/


All Articles