Загрузка данных


saturnfunk@pop-os:~$ cd: filesystem
Command 'cd:' not found, did you mean:
  command 'cd5' from deb cd5 (0.1-4)
  command 'cde' from deb cde (0.1+git9-g551e54d-1.2)
  command 'cdb' from deb tinycdb (0.81-1)
  command 'cdw' from deb cdw (0.8.1-3)
  command 'cdi' from deb cdo (2.3.0-1)
  command 'cdp' from deb irpas (0.10-9)
  command 'cdo' from deb cdo (2.3.0-1)
Try: sudo apt install <deb name>
saturnfunk@pop-os:~$ sudo apt install python3-pyqt5
[sudo] password for saturnfunk:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-pyqt5 is already the newest version (5.15.10+dfsg-1build6).
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
saturnfunk@pop-os:~$ /usr/bin/python3 -m pip install PyQt5
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.
saturnfunk@pop-os:~$