Skip to content
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

Closed
tlohmar opened this issue Oct 22, 2022 · 5 comments
Closed

Error, following the build instructions #43

tlohmar opened this issue Oct 22, 2022 · 5 comments
Assignees
Labels
documentation Improvements or additions to documentation
Milestone

Comments

@tlohmar
Copy link

tlohmar commented Oct 22, 2022

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

@dsilhavy
Copy link
Contributor

@tlohmar I think I also saw this once, can you please try running this before: pip install build

@rjb1000 rjb1000 added the bug Something isn't working label Oct 24, 2022
@rjb1000 rjb1000 added this to the MWC23 milestone Oct 24, 2022
@davidjwbbc
Copy link
Contributor

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.

@davidjwbbc davidjwbbc added documentation Improvements or additions to documentation and removed bug Something isn't working labels Oct 24, 2022
@tlohmar
Copy link
Author

tlohmar commented Oct 25, 2022

ok, 'build' was missing. I also needed to add 'apt install python3.8-venv'.

@jordijoangimenez
Copy link
Contributor

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
See step 1.

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

@jordijoangimenez
Copy link
Contributor

This should be resolved with the new documentation.

Repository owner moved this from Todo to Done in 5GMS: Basic media stream handling (MVP#1) Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
No open projects
Development

No branches or pull requests

5 participants