-
Notifications
You must be signed in to change notification settings - Fork 449
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
update python code #5428
Milestone
Comments
I'll try this one |
So basically change:
workflows\linux-package.yml:
|
@Delizald, could you please provide a PR with this solution to test the fix? |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to rewrite this to use current python library:
python setup.py build --build-base=../py
/home/boincadm/boinc/py/setup.py:3: 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
Traceback (most recent call last):
File "/home/boincadm/boinc/py/setup.py", line 3, in
from distutils.core import setup
ModuleNotFoundError: No module named 'distutils.core'
The text was updated successfully, but these errors were encountered: