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

v1.5-beta: instalation build errors #506

Closed
interduo opened this issue Jul 1, 2024 · 1 comment
Closed

v1.5-beta: instalation build errors #506

interduo opened this issue Jul 1, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@interduo
Copy link
Collaborator

interduo commented Jul 1, 2024

  1. Useles file created
    root@libreqos-beta:/opt/libreqos# ls -la
    total 16
    drwxr-xr-x 3 root root 4096 Jul 1 08:46 .
    drwxr-xr-x 3 root root 4096 Jul 1 08:45 ..
    -rw-r--r-- 1 root root 85 Jul 1 09:09 '='
    drwxr-xr-x 4 root root 4096 Jul 1 09:10 src

root@libreqos-beta:/opt/libreqos# cat '='
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (68.1.2)

  1. Error about not existed package
ERROR: Could not find a version that satisfies the requirement 65.5.1 (from versions: none)
ERROR: No matching distribution found for 65.5.1
ERROR: Could not find a version that satisfies the requirement 65.5.1 (from versions: none)
ERROR: No matching distribution found for 65.5.1

This comes from HERE: https://github.com/LibreQoE/LibreQoS/blob/main/requirements.txt#L12

I suggest to:

  1. add requirements.txt to deb package
  2. here https://github.com/LibreQoE/LibreQoS/blob/main/src/build_dpkg.sh#L64-L68 use syntax like python3 -m pip install -r requirements.txt and remove loop
@interduo interduo changed the title v1.5 - beta instalation - build errors v1.5-beta: instalation build errors Jul 2, 2024
interduo added a commit to interduo/LibreQoS that referenced this issue Jul 3, 2024
@interduo interduo added the bug Something isn't working label Jul 5, 2024
thebracket pushed a commit that referenced this issue Jul 9, 2024
#510)

* build_dpkg.sh: use requirements.txt file for installing python dependancies (fix for issue #506)

* restore removed --break-system-packages by mistake
@interduo interduo added this to the v1.5 Beta 2 milestone Jul 12, 2024
@interduo
Copy link
Collaborator Author

PR fixing this issue was merged (#510).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant