<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
Hello, I have tried :<br>
apt-get install python-gtk python-serial python-libxml2<br>
<br>
Those are not present in the repositories for Linux mint 20.<br>
<br>
<br>
I tried to install:<br>
<br>
python-libxml2<br>
<br>
python-wxgtk-media3.0<br>
<br>
<br>
python-wxgtk-webview3.0<br>
<br>
python3-serial<br>
<br>
+ other packages mentioning python and serial + gtk.<br>
<br>
<br>
No luck on that.<br>
<br>
Installed python3-pip and did :<br>
./chirpw<br>
WARNING: python-future package is not available;
chirp.drivers.anytone778uv requires it<br>
WARNING: python-future package is not available; chirp.drivers.ga510
requires it<br>
Traceback (most recent call last):<br>
File "./chirpw", line 24, in <module><br>
from chirp.drivers import *<br>
File
"/home/haaken/Nedlastinger/chirp-daily-20200718/chirp/drivers/idrp.py",
line 16, in <module><br>
import serial<br>
ImportError: No module named serial<br>
<br>
Then tried :<br>
<br>
pip3 install serial<br>
Collecting serial<br>
Downloading serial-0.0.97-py2.py3-none-any.whl (40 kB)<br>
Requirement already satisfied: iso8601>=0.1.12 in
/usr/lib/python3/dist-packages (from serial) (0.1.12)<br>
Requirement already satisfied: pyyaml>=3.13 in
/usr/lib/python3/dist-packages (from serial) (5.3.1)<br>
Requirement already satisfied: future>=0.17.1 in
/usr/lib/python3/dist-packages (from serial) (0.18.2)<br>
Installing collected packages: serial<br>
Successfully installed serial-0.0.97<br>
<br>
Still the same issue with<br>
./chirpw<br>
<br>
How do I solve this, and WHY is there no packet available in the
dansmith ppa ?<br>
There is apparently a depency missing to build the package for
Focal, because according to the build log:<br>
<br>
Build status<br>
<br>
[MANUALDEPWAIT] Dependency wait on lgw01-amd64-022<br>
<br>
Missing build dependencies: python-serial<br>
Started on 2020-07-18<br>
<p> Finished on 2020-07-18 (took 1 minute, 37.3 seconds) <br>
</p>
<p><br>
</p>
<p>I have also asked about the issue with the modules here:<br>
<a class="moz-txt-link-freetext" href="https://forums.linuxmint.com/viewtopic.php?f=47&t=325774">https://forums.linuxmint.com/viewtopic.php?f=47&t=325774</a></p>
<p><br>
</p>
<p><br>
<code><code></code></code></p>
</body>
</html>