-
Notifications
You must be signed in to change notification settings - Fork 116
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 instruction does not work on Ubuntu 23.10 #82
Comments
Please provide the output of the errors you are receiving.
…On Wed, Nov 15, 2023, 4:14 PM Lars Olsson ***@***.***> wrote:
Installing basic requirements via requirements.sh does not work on Ubuntu
23.10.
Installation of python dependencies/libraries no longer accepted via
pip/pip3.
—
Reply to this email directly, view it on GitHub
<#82>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4U7MERWZL4D7QQ3K3CPODYEU5C5AVCNFSM6AAAAAA7NGAVK2VHI2DSMVQWIX3LMV43ASLTON2WKOZRHE4TKNRVHA4DIMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
<https://www.westparkcom.net>
<https://www.westparkcom.net/>
<https://www.facebook.com/Westparkcom>
<https://plus.google.com/115805397773385459794>
<https://www.linkedin.com/company-beta/854512/>
<https://twitter.com/westparkcom>
Confidentiality Notice: The information
contained in or attached to this message may be privileged and confidential
and protected from disclosure. If the reader of this message is not the
intended recipient, or an employee or agent responsible for delivering this
message to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited. If you have received this communication in error, please notify
us immediately and delete the message as received.
|
user@ubuntu-desktop:~/source-code/PVE-VDIClient$ ./requirements.sh × This environment is externally managed
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. This documents describes workarounds, but I have no success yet. |
OK, if you try to run the VDI client, what imports does it claim are missing? |
The problem is that Ubuntu no longer allow Python modules to be installed via PIP. |
Correct, but if you try to run the actual vdiclient.py file, what is the
error message it displays?
…On Sat, Nov 25, 2023, 3:54 PM Lars Olsson ***@***.***> wrote:
The problem is that Ubuntu no longer allow Python modules to be installed
via PIP.
https://www.omgubuntu.co.uk/2023/04/pip-install-error-externally-managed-environment-fix
So, the requirements script will completely fail, and hence it will be
missing all these dependencies.
—
Reply to this email directly, view it on GitHub
<#82 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD4U7MGB2Q3HZJKR6Q3HK5DYGJSLFAVCNFSM6AAAAAA7NGAVK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRWGQZDONRXGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
<https://www.westparkcom.net>
<https://www.westparkcom.net/>
<https://www.facebook.com/Westparkcom>
<https://plus.google.com/115805397773385459794>
<https://www.linkedin.com/company-beta/854512/>
<https://twitter.com/westparkcom>
Confidentiality Notice: The information
contained in or attached to this message may be privileged and confidential
and protected from disclosure. If the reader of this message is not the
intended recipient, or an employee or agent responsible for delivering this
message to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is strictly
prohibited. If you have received this communication in error, please notify
us immediately and delete the message as received.
|
#1) Reguirements script fails lars@lars-pc-i440fx-8-1:~/PVE-VDIClient$ ./requirements.sh × This environment is externally managed
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. × This environment is externally managed
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. × This environment is externally managed
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. 2# Testing to start without dependencies. lars@lars-pc-i440fx-8-1:~/PVE-VDIClient$ ./vdiclient.py 3# resolve the proxmoxer dependency error through installing correct deb package 4# the dependency to python3-requests is already installed. 5# Another try to start vdiclient No DEB package available to install PySimpleGUI |
I don't think there's a .deb package for PySimpleGUI, but you can install it this way if you're willing to accept the risk of a potential package break in the future: First, ensure tkinter is installed:
Then force override the installation of pysimplegui:
|
Installing basic requirements via requirements.sh does not work on Ubuntu 23.10.
Installation of python dependencies/libraries no longer accepted via pip/pip3.
The text was updated successfully, but these errors were encountered: