Gtk applications issue

I found several gtk applications that work abnormally.
the most striking are softwares-properties-gtk and software-boutique.
I provide you with copy and paste from the terminal

Blockquote
#software-properties-gtk
ERROR:root:Cannot import UbuntuDrivers: No module named ‘UbuntuDrivers’
Traceback (most recent call last):
File “/usr/bin/software-properties-gtk”, line 101, in
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, file=file)
File “/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py”, line 109, in init
SoftwareProperties.init(self, options=options, datadir=datadir)
File “/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py”, line 109, in init
self.reload_sourceslist()
File “/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py”, line 599, in reload_sourceslist
self.distro.get_sources(self.sourceslist)
File “/usr/lib/python3/dist-packages/aptsources/distro.py”, line 93, in get_sources
(self.id, self.codename))
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Parrot/n/a

Blockquote
└──╼ #parrot-package-manager &
[1] 26764
┌─[root@kraken17]─[/etc/openvpn]
└──╼ #Traceback (most recent call last):
File “/usr/bin/parrot-package-manager”, line 63, in
import pylib.boutique as boutique
ModuleNotFoundError: No module named ‘pylib’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/bin/parrot-package-manager”, line 67, in
import software_boutique.boutique as boutique
ModuleNotFoundError: No module named ‘software_boutique’
^C
[1]+ Exit 1 parrot-package-manager

Blockquote
pip3 install pylib.boutique
Collecting pylib.boutique
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/pylib-boutique/

Hi .
I run Parrot 4.7 stable 5.1.0-parrot1-3t-amd64 installed as standalone standard way on a hp laptop.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.