Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
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 |
Hi,
toggle quoted message
Show quoted text
try just running "python3 nanovna-saver.py" - if you have the prerequisites installed, it will just run. :-) Otherwise, edit setup.py and remove the fix for version 5.11.3 - which is really only there because of some issues on Windows. I hope you enjoy using the software! :-) -- Rune / 5Q5R On Wed, 30 Oct 2019 at 22:11, <ik0ozb@...> wrote:
Hi all, |
I meant 5.11.2, but anyway: Remove the ==5.11.2 from the PyQt5 line :-)
toggle quoted message
Show quoted text
-- Rune / 5Q5R On Wed, 30 Oct 2019 at 22:17, Rune Broberg <mihtjel@...> wrote:
Hi, |
to navigate to use esc to dismiss