Re: Can't find packages from python-pip in environment
Reply #14 –
I tried to look into the setup.py
There are entry_points:
entry_points = \
{'console_scripts': ['solo = solo.cli:solo_cli']}
[justin@JustinPC solo-key]$ ls
PKGBUILD pkg solo-python-0.0.27-2-any.pkg.tar.zst solo-python-0.0.27.tar.gz src
[justin@JustinPC solo-key]$ makepkg -si
==> WARNUNG: Es wurde bereits ein Paket gebaut, installiere existierendes Paket...
==> Installiere Paket solo-python mit pacman -U...
[sudo] Passwort für justin:
Lade Pakete...
Löse Abhängigkeiten auf...
Suche nach in Konflikt stehenden Paketen...
Pakete (7) python-click-7.1.2-3 python-ecdsa-0.16.1-1 python-fido2-0.8.1-3 python-intelhex-2.3.0-2 python-pyserial-3.5-2
python-pyusb-1.1.1-1 solo-python-0.0.27-2
Gesamtgröße der installierten Pakete: 4,21 MiB
:: Installation fortsetzen? [J/n] J
(7/7) Prüfe Schlüssel im Schlüsselring [###############################################] 100%
(6/7) Überprüfe Paket-Integrität [###############################################] 100%
(6/7) Lade Paket-Dateien [###############################################] 100%
(7/7) Prüfe auf Dateikonflikte [###############################################] 100%
(7/7) Überprüfe verfügbaren Festplattenspeicher [###############################################] 100%
:: Verarbeite Paketänderungen...
(1/7) Installiere python-click [###############################################] 100%
(2/7) Installiere python-ecdsa [###############################################] 100%
(3/7) Installiere python-fido2 [###############################################] 100%
(4/7) Installiere python-intelhex [###############################################] 100%
(5/7) Installiere python-pyserial [###############################################] 100%
(6/7) Installiere python-pyusb [###############################################] 100%
(7/7) Installiere solo-python [###############################################] 100%
[justin@JustinPC solo-key]$ solo
bash: solo: Kommando nicht gefunden.
[justin@JustinPC solo-key]$ pip solo
ERROR: unknown command "solo"
[justin@JustinPC solo-key]$ python -m solo
/usr/bin/python: No module named solo.__main__; 'solo' is a package and cannot be directly executed