-
Notifications
You must be signed in to change notification settings - Fork 12
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
[bug] If pint is not installed, suggest user restarts ulauncher after install #43
Comments
Issue has been marked as stale due to no activity |
I'm seeing the same on Manjaro KDE. But although Python says the requirement is already satisfied, restarting ULauncher just shows the same message needing pint installed. |
I'm seeing the same on Linux Mint 21.3 Cinnamon. Python requirements are installed like so:
Re-launching Ulauncher doesn't help at all. |
I've met this same problem on my Ubuntu 22.04.4 LTS |
How did you install the plugin? Depending on your system and python version pip may refer to pip for python2 and pip for python 3. You may have installed pint for the wrong python version. To make sure you use the proper one try using Let me know if this helps. EDIT: The extension tells you to restart the launcher. |
Didn't help.
EDIT:
|
yeah i cant get it to work no matter what on linux mint too
same as the guys above, wont detect pint at all |
Not working on Mint... halp! |
Could this be due to Ulauncher using a different Python version than your system? Did you install it via Flatpak or another way other than the .deb file? I don't have Mint, but it looks like the Ulauncher you run possibly runs via a different Python interpreter that does not have Pint installed. |
Ulauncher 5.15.7 system package for Ulauncher |
@runew0lf I have installed Mint on a VirtualBox machine and I have tried some things to figure out what is the problem. So on a first note when I run python3
import pint I get the following error: I am not sure how this issue came to be. It looks like it is an issue others face, as well as other projects. I updated the
This allows
I can still import it if I run Python3 from the terminal, but Ulauncher refuses to cooperate. I will need some time to dig into what is happening here because |
Linux Mint 21.3 Cinnamon Same issue. No matter where or how pint is installed. |
Describe the bug
The message reminding the user to install pint does not also suggest that the user restarts ulauncher to get around the error, but it is necessary (at least is was for me).
To Reproduce
Steps to reproduce the behavior:
pint
=
pip install pint
"pip install pint
.=
Expected behavior
I expect newly installed
pint
to be recognized, since I followed the directions.What happened instead
pip install pint
"Logs
Sorry I don't have logs, please let me know if you actually need them for this.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information)
cat /etc/os-release
lsb_release -a
hostnamectl
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: