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
Some instructions from the Build instruction are wrong. It states that it is necessary Python 3.7 or higher.
Python 3.12 and higher does not support distutils: distutils is deprecated with removal planned for Python 3.12
Therefore, the VIP building will fail since build-it\build.py uses the utility distutils.
2 options:
Downgrade to Python 3.11 or less or modify the build.py to use another distribution such as setuptools.
regards
Dalia
AB#2924862
The text was updated successfully, but these errors were encountered:
HI,
Some instructions from the Build instruction are wrong. It states that it is necessary Python 3.7 or higher.
Python 3.12 and higher does not support distutils:
distutils is deprecated with removal planned for Python 3.12
Therefore, the VIP building will fail since build-it\build.py uses the utility distutils.
2 options:
Downgrade to Python 3.11 or less or modify the build.py to use another distribution such as setuptools.
regards
Dalia
AB#2924862
The text was updated successfully, but these errors were encountered: