Actions
Bug #10541
closedInstalled from .whl, on run cannot find module 'wx'
Status:
Not a bug
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
04/23/2023
Due date:
% Done:
0%
Estimated time:
Chirp Version:
next
Model affected:
all models
Platform:
Linux
I read the instructions above:
Description
I have installed the .whl (https://trac.chirp.danplanet.com/chirp_next/next-20230421/chirp-20230421-py3-none-any.whl) using pipx. The .whl installed with no issues. The ~/.local/bin has been added to the PATH. On invocation:
chirp
Traceback (most recent call last):
File "/home/antymat/.local/bin/chirp", line 8, in <module>
sys.exit(chirpmain())
^^^^^^^^^^^
File "/home/antymat/.local/pipx/venvs/chirp/lib/python3.11/site-packages/chirp/wxui/__init__.py", line 39, in chirpmain
import wx
ModuleNotFoundError: No module named 'wx'
Actions