mirror of
https://github.com/nsupdate-info/nsupdate.info.git
synced 2026-04-25 00:25:58 +03:00
[GH-ISSUE #570] Installation following the documentation not possible on Debian 12 Bookworm #384
Labels
No labels
bug
bug
duplicate
easy
easy
enhancement
enhancement
invalid
needs help
pull-request
scalability
security
task
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsupdate.info-nsupdate-info#384
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @etkaar on GitHub (Dec 29, 2024).
Original GitHub issue: https://github.com/nsupdate-info/nsupdate.info/issues/570
An installation on Debian 12 Bookworm following the documentation is not possible. Using
pip install -r requirements.d/prod.txtwill cause following error message:Using
pip install nsupdatewill lead to the same error message:Finally using
pipx install nsupdatewill cause following error message:@ThomasWaldmann commented on GitHub (Dec 29, 2024):
Maybe rather work:
See top of the page there:
https://nsupdateinfo.readthedocs.io/en/latest/admin.html#administrating-the-service
Also, guess using git master branch would be better for production, the last release was quite a while back. But you can do first experiments also with the pip package.