-
Notifications
You must be signed in to change notification settings - Fork 5
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, following the build instructions #43
Comments
@tlohmar I think I also saw this once, can you please try running this before: |
You need the pip, build and setuptools Python modules present on your system in order to produce an sdist tar file or to install the application server locally. Looks like this needs to be made clear in the instructions in the README. |
ok, 'build' was missing. I also needed to add 'apt install python3.8-venv'. |
I suggest we add to the documentation how to install the dependencies. This was done here: https://github.com/5G-MAG/Documentation-and-Architecture/wiki/MBMS-Modem If we dont want to include the commands, a link to another place where to find the commands would be also useful. I'm going to open a similar issue under the 5GMS-AF |
This should be resolved with the new documentation. |
Describe the bug
Executing "python3 -m build --sdist" as described in the build instructions (https://github.com/5G-MAG/rt-5gms-application-server#building-a-python-distribution) fails with error: "/usr/bin/python3: No module named build".
OS: Ubuntu 20.04.5 LTS
The text was updated successfully, but these errors were encountered: