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
I am running ULanucher 5.14.3 and I installed the prerequisites listed. The issue that I am having is that:
The extension crashed because it could not import module validator_collection.
Try installing this module manually: pip3 install validator_collection --user and then restart Ulauncher.
If that doesn't help, report the issue on [Github](https://github.com/sergius02/ulauncher-shortit/issues/new).
Below I will show where I installed those prerequisites as well as where python lives.
What I think is wrong
Pyenv is maybe mucking up something and the packages that its trying to import are not being seen by the plugin.
I use pyenv which is on my $PATH which I also list below but the plugin appears to not see the modules as well as pip3 points to the shims path for pyenv /home/polyglotdev/.pyenv/shims/pip3
I am running
ULanucher 5.14.3
and I installed the prerequisites listed. The issue that I am having is that:Below I will show where I installed those prerequisites as well as where python lives.
What I think is wrong
Pyenv is maybe mucking up something and the packages that its trying to import are not being seen by the plugin.
I use pyenv which is on my
$PATH
which I also list below but the plugin appears to not see the modules as well aspip3
points to the shims path for pyenv/home/polyglotdev/.pyenv/shims/pip3
pyenv on
$PATH
Packages installed
❯ pip list | rg validator validator 0.7.1 validator-collection 1.5.0
❯ pip list | rg requests requests 2.27.1
Proof python is on
$PATH
The text was updated successfully, but these errors were encountered: