-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error: python3 set_version.py -v 2.0.2 ., exit code: 1, expected: 0 #33
Comments
Hi @skwde I guess a Here are some solutions:
|
Thanks for pointing it out. I already migrated most to import setuptools
setuptools.setup() in it. So in principle I can just remove it?! When I do so I still get the same error above. Any ideas? |
If I recommend migrating all metadata to |
Alright, that worked. Thanks. For others coming here, transition to
and then
Note, I also had to make sure |
Since the required python version now is
3.8
I use the docker imagenode:18-bullseye-slim
which allows me to install python 3.9`.However now I get following error:
Here is the
gitlab-ci.yml
I useThe text was updated successfully, but these errors were encountered: