You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried with every possible version of numpy.
Still gets the same error
DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.core import setup, Extension
Traceback (most recent call last):
File "C:\Users\Akshat\Desktop\CV\tf-pose-estimation\tf_pose\pafprocess\setup.py", line 15, in
include_dirs=[numpy.get_include(), "."],
AttributeError: module 'numpy' has no attribute 'get_include'
The text was updated successfully, but these errors were encountered:
I tried with every possible version of numpy.
Still gets the same error
DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives
from distutils.core import setup, Extension
Traceback (most recent call last):
File "C:\Users\Akshat\Desktop\CV\tf-pose-estimation\tf_pose\pafprocess\setup.py", line 15, in
include_dirs=[numpy.get_include(), "."],
AttributeError: module 'numpy' has no attribute 'get_include'
The text was updated successfully, but these errors were encountered: