Topic: Foliennummerierung und qet_tb_generator
Guten Tag.
Ich habe 2 Fragen.
1. Ich möchte wie hier beschrieben https://qelectrotech.org/forum/viewtopic.php?id=2648 den Schaltplanseiten eigene Nummern geben.
Ich habe es wie hier https://qelectrotech.org/forum/viewtopi … 153#p16153 eingestellt aber ich finde die Möglichkeit danach den Seiten
eigene Nummern zu geben nicht. Wie geht das?
2. Ich möchte den get-tb-generator installieren und probieren. Wenn ich die Anleitung im QElectrotech folge passiert bei Schritt 2 "sudo pip3 install
qet_tb_generator" foglendes:
sudo pip3 install --upgrade qet_tb_generator
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.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.12/README.venv for more information.
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.
Wenn ich "pip3 --version" eingebe kommt folgendes: pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
Ich nutze Linux Mint 22. Was kann ich hier machen?
Translation:
Good day.
I have 2 questions.
1. i would like to give the schematic pages their own numbers as described here https://qelectrotech.org/forum/viewtopic.php?id=2648.
I have set it up like here https://qelectrotech.org/forum/viewtopi … 153#p16153 but I can't find the possibility to give the pages
to give the pages their own numbers. How can I do that?
2. i would like to install the get-tb-generator and try it out. If I follow the instructions in QElectrotech, step 2 “sudo pip3 install
qet_tb_generator” the following happens:
sudo pip3 install --upgrade qet_tb_generator
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.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.12/README.venv for more information.
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 breaki