¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Problems on installation on Linux


 

Hi all,
I'm installing the Linux version of nanovna-saver on a netbook with a 32-bit Debian 10.1 installed.
I have installed all the required packages but when I give the command

python3.7 -m pip install .

I have the following error message:

Processing / home / luigi / nanovna-saver
Collecting PyQt5 == 5.11.2 (from NanoVNASaver == 0.1.4)
??Could not find a version that satisfies the requirement PyQt5 == 5.11.2 (from NanoVNASaver == 0.1.4) (from versions:)
No matching distribution found for PyQt5 == 5.11.2 (from NanoVNASaver == 0.1.4)

It seems that the correct version of python3-pyqt5 is not installed but checking with dpkg I have this version:

dpkg -s python3-pyqt5

Package: python3-pyqt5
Status: install ok installed
Priority: optional
Section: python
Installed-Size: 15387
Maintainer: Debian Python Modules Team <python-modules-team@...>
Architecture: i386
Source: pyqt5 (5.11.3 + dfsg-1)
Version: 5.11.3 + dfsg-1 + b3
Depends: python3 (<< 3.8), python3 (> = 3.7 ~), python3: any, libc6 (> = 2.4), libgcc1 (> = 1: 4.2), libpython3.7 (> = 3.7.0), libqt5core5a ( > = 5.11.2), libqt5dbus5 (> = 5.6.0 ~ beta), libqt5designer5 (> = 5.9.1), libqt5gui5 (> = 5.11.0 ~ rc1), libqt5help5 (> = 5.9.1), libqt5network5 (> = 5.11.0 ~ rc1), libqt5printsupport5 (> = 5.10.0), libqt5test5 (> = 5.11.0 ~ rc1), libqt5widgets5 (> = 5.11.0 ~ rc1), libqt5xml5 (> = 5.1.0), libstdc + +6 (> = 5), qtbase-abi-5-11-3, sip-py3api-12.5
Suggests: python3-pyqt5-dbg
Description: Python 3 bindings for Qt5
?PyQt5 exposes the Qt5 API to Python 3. This package contains the following
?modules:
??* QtCore
??* QtDBus
??* QtDesigner
??* QtGui
??* QtHelp
??* QtNetwork
??* QtPrintSupport
??* QtTest
??* QtWidgets
??* QtXml
Homepage:

The version installed is 5.11.3, I assume it is fine being higher than the one required
I've read everything but can't figure out where I'm wrong

Thanks for your help

Join [email protected] to automatically receive all group messages.