-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing modules when executing the script on Debian #11
Comments
I think you could globally install it using pip and it should work. |
The missing module can be installed if a virtual python environment (vpe) is created;
Root access is requested to make changes but an error message always pops up:
|
hello. disabling secure boot helped me in this situation. but now i have "FileNotFoundError: [Errno 2] No such file or directory: 'omen-fand' " |
Disabling Secure Boot gives me exactly the same results posted before, so I assume that my problem is related to another factor. |
try sudo ln -s /path/to/omen-fand.py /bin/omen-fand |
INFORMATION
Python version
System
EXECUTION SUMMARY
The first missing module is
click
and can be installed.The second missing module is
tomlkit
and can be installed too.The third missing module is
click_aliases
and it's an obstacle because is not present in Debian repositories unlike Arch.The text was updated successfully, but these errors were encountered: