The problem is that you're using a very old version of Python. You're using Python 3.6, which was first released in 2016 and reached EOL in 2021. The current stable release of Python is 3.13.
Martin. KD6YAM On Mon, Aug 25, 2025 at 7:56 AM Abraham Mallo EA5FHT via Users < [email protected]> wrote: > Hello, > > After install using zypper the app in OpenSuse 15.6 Leap, when i launch > the app from the terminal, i have this error: > > Traceback (most recent call last): > File "/usr/bin/chirp", line 11, in <module> > load_entry_point('chirp==0', 'console_scripts', 'chirp')() > File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", > line 489, in load_entry_point > return get_distribution(dist).load_entry_point(group, name) > File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", > line 2852, in load_entry_point > return ep.load() > File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", > line 2443, in load > return self.resolve() > File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", > line 2449, in resolve > module = __import__(self.module_name, fromlist=['__name__'], level=0) > File "/usr/lib/python3.6/site-packages/chirp/wxui/__init__.py", line > 3, in <module> > from importlib import resources > ImportError: cannot import name 'resources' > > Any idea wich is the problem?. > > Many thanks, > > 73 de EA5FHT > > Abraham. > _______________________________________________ > Users mailing list > [email protected] > https://lists.chirpmyradio.com/postorius/lists/users.lists.chirpmyradio.com > To unsubscribe, send an email to [email protected] > To report this email as off-topic, please email > [email protected] > List archives: > https://lists.chirpmyradio.com/hyperkitty/list/[email protected]/ _______________________________________________ Users mailing list [email protected] https://lists.chirpmyradio.com/postorius/lists/users.lists.chirpmyradio.com To unsubscribe, send an email to [email protected] To report this email as off-topic, please email [email protected] List archives: https://lists.chirpmyradio.com/hyperkitty/list/[email protected]/
