We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when running sudo make -f MakeRemote install on a linux machine with python 3.12, setup.py raise the error
sudo make -f MakeRemote install
ERROR: Could not find a version that satisfies the requirement distutils (from versions: none) ERROR: No matching distribution found for distutils
reason is disutils has been deprecated then removed in python 3.12
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when running
sudo make -f MakeRemote install
on a linux machine with python 3.12, setup.py raise the error
reason is disutils has been deprecated then removed in python 3.12
The text was updated successfully, but these errors were encountered: