You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the names of packages failing avoiding to repeat yourself foloowing a nicer pythonistic apporach.
This messaging is better to avoid depend (for example) from brew installation and be able to work with pyenv (or any virtualenv manager).
For example (MESSAGE CAN BE IMPROVED):
╰─$ python3 configure.py
[ERROR] Tkinter dependency not installed. Please follow troubleshooting page: https://github.com/mathoudebine/turing-smart-screen-python/wiki/Troubleshooting#all-os-tkinter-dependency-not-installed
No module named '_tkinter'[ERROR] Python dependencies not installed. Please follow start guide: https://github.com/mathoudebine/turing-smart-screen-python/wiki/System-monitor-:-how-to-start
No module named 'psutil'
The text was updated successfully, but these errors were encountered:
nhomar
added a commit
to nhomar/turing-smart-screen-python
that referenced
this issue
Oct 10, 2024
nhomar
changed the title
Incorrect log message when configuring manually in *nix environments.
Incorrect log message when configuring manually in *nix environments. #582
Oct 10, 2024
The way it is bieng debugged wire the name of the package that is failing instead being explicitly from the python logger.
The improvement is manage the message properly to be more explicit instead wire the:
Now:
Expected:
All the names of packages failing avoiding to repeat yourself foloowing a nicer pythonistic apporach.
This messaging is better to avoid depend (for example) from brew installation and be able to work with pyenv (or any virtualenv manager).
For example (MESSAGE CAN BE IMPROVED):
The text was updated successfully, but these errors were encountered: