Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong Build Instructions using Python 3.12 or higher #395

Open
DaliaR1 opened this issue Nov 7, 2024 · 0 comments
Open

Wrong Build Instructions using Python 3.12 or higher #395

DaliaR1 opened this issue Nov 7, 2024 · 0 comments

Comments

@DaliaR1
Copy link

DaliaR1 commented Nov 7, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant