Skip to content

Missing modules when executing the script on Debian #11

Description

@CiscoDeTours

INFORMATION

Python version

~$ python3 --version 

Python 3.11.2

System

~$ neofetch

DEVICE 
•PC: OMEN by HP Laptop 16-c0xxx 
 
SOFTWARE 
•Distro: Debian GNU/Linux 12 (bookworm) 
•Desktop: GNOME 43.9 
•Session: wayland 
•Kernel: 6.6.15-amd64 
•Shell: bash 5.2.15 
•Packages: 2651 (dpkg), 81 (flatpak) 
 
COMPONENTS 
•CPU: AMD Ryzen 9 5900HX with Radeon Graphics (16) @ 4.680GHz 
•GPU: AMD ATI Radeon RX 6600/6600 XT/6600M 
•GPU: AMD ATI Radeon Vega Series / Radeon Vega Mobile Series 
•Memory: 3,47GiB / 14,97GiB (23%) 

EXECUTION SUMMARY

~$ ./omen-fan.py

Traceback (most recent call last):
  File "/home/francisco/Datos/OMEN Fan/./omen-fan.py", line 10, in <module>
    import click
ModuleNotFoundError: No module named 'click'
sudo apt install python3-click

The first missing module is click and can be installed.

$ ./omen-fan.py
Traceback (most recent call last):
  File "/home/francisco/Datos/OMEN Fan/./omen-fan.py", line 11, in <module>
    import tomlkit
ModuleNotFoundError: No module named 'tomlkit'
sudo apt install python3-tomlkit

The second missing module is tomlkit and can be installed too.

~$ ./omen-fan.py

Traceback (most recent call last):
  File "/home/francisco/Datos/OMEN Fan/./omen-fan.py", line 12, in <module>
    from click_aliases import ClickAliasedGroup
ModuleNotFoundError: No module named 'click_aliases'

The third missing module is click_aliases and it's an obstacle because is not present in Debian repositories unlike Arch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions