-
-
Notifications
You must be signed in to change notification settings - Fork 215
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
The environment of Python 3.11 is externally managed by default. #283
Comments
The fix for this is to use pip from a virtual environment as described in the error message:
|
But you shouldn't have to. It's okay to manage the venv for a library or another project, but as an end user of an app it's not. |
I don't see any issues with allowing the detailed error message from the operating system to instruct potential users on how to use a virtual environment to install the designer. They already need command line experience to install the software in the first place, and this only affects versions of Ubuntu that rely on Python 3.11 for critical system functions. It would be great to cover every possible install environment, but I think that goes beyond what is necessary at this point. |
I mean, even if users can follow the error message, set up a venv, and activate it before each launch, using
* Affects most Debian-based distros with Python >=3.11 installed, and AFAIK Arch has it now as well. |
Hey! @alejandroautalan ,
The environment of Python 3.11 is externally managed by default, it means that the site-packages can be installed via system's packages management tool only by default. So, may both
pygubu
andpygubu-designer
need to be uploaded toUbuntu software sources
orDebian software sources
.The error logs are following:
Regards,
larryw3i
The text was updated successfully, but these errors were encountered: