-
Notifications
You must be signed in to change notification settings - Fork 13
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
Installation error #71
Comments
I have used the --break-system-packages method, and so far it did not break my server (debian 12). However i got stuck on minifying css. I make a separate issue |
So to get past the message my blocker here is what I did I then needed to install bjoern This is how I has to set up my siderweb.service [Service] [Install] i have to use my virtual python3 in order for the service to start. upon completion I see now that the website is on 192.168.55.156:8080 not sure how it changed from 5000 to 8080 but it appears to be working. Not sure if this is the correct way but it is working for me, Mike- N3bsq |
trying to install the webgui and I am getting the following message when i issue the install command. Any ideas?
sysop@DX-Spider:~/spider/spiderweb $ pip install -r requirements.txt
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
The text was updated successfully, but these errors were encountered: