-
Notifications
You must be signed in to change notification settings - Fork 70
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 when building zvmsdk for Ubuntu 24.04 #831
Comments
@jichenjc @larainema Can you help provide guidance on how to solve this issue? |
If mfcloud/build-zvmsdk#7 (comment) can be duplicated then this issue might not need to be addressed. |
Thanks for reporting this sorry for late response, we used to support Ubuntu but currently it's lack of test ,we will check what we can do here |
The issue has been resolved. Ubuntu 24.04 is successfully packaged for feilong. |
Hello, I am currently working on improving the Feilong Packaging process as part my OMP mentorship with Linux Foundation.
For building zvmsdk (as per documentation) in Ubuntu 24.04 using build-zvmsdk, we encounter an issue due to the depreciation of setup.py as it is no longer available in Python 3.12
Here is a snapshot of the errorlog, when running the
buildzvmsdkdeb
script.According to this blog setup.py can no longer be directly invoked and hence results in the build error. I have tried using
pip
to install but it seems asdb-helper
also callssetup.py
.By the introduction of PEP 517 and PEP 518 we will have to change how we build the package for debian.
I would appreciate any assistance in resolving this, especially on how we can move away from using
setup.py
. From what I have looked into,poetry
might be the way with apyproject.toml
.I currently have a PR in progress for this issue. Thank you :)
The text was updated successfully, but these errors were encountered: