You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of an explanation of how I solved the problems when trying to install and use the program, to document it in case someone needs it in the future.
Although it mentions that pip is used, not necessarily the one following the guide has it installed.
Then, when running $ pip install -r requirements.txt, the message reported in #90 appears, although the solution given was to add the --break-system-packages argument, but I consider that to be too abrupt to simply run a web server. For that, the same error message recommends the creation of a virtual environment, but that requires the installation of the virtual environment management package.
So I consider these two commands as Prerequisites:
Thanks for the detailed instructions, although this is standard Python environment usage, so I don't want to fill the docs with these external steps.
Glad you could make it work, I'm sure it will help others too 👍
I'm using:
OS: Debian GNU/Linux 12 (bookworm) x86_64
DE: GNOME 43.9
This is more of an explanation of how I solved the problems when trying to install and use the program, to document it in case someone needs it in the future.
This is all the guide tells you so far:
Although it mentions that
pip
is used, not necessarily the one following the guide has it installed.Then, when running
$ pip install -r requirements.txt
, the message reported in #90 appears, although the solution given was to add the--break-system-packages
argument, but I consider that to be too abrupt to simply run a web server. For that, the same error message recommends the creation of a virtual environment, but that requires the installation of the virtual environment management package.So I consider these two commands as Prerequisites:
And now, these would be the commands:
So every time i go to start the app:
When closing the app with Ctrl + C, the
deactivate
command exit the virtual environmentI leave the issue open for comments/feedback. Close it if you wish.
The text was updated successfully, but these errors were encountered: