-
Notifications
You must be signed in to change notification settings - Fork 430
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
For some CLI tools dependencies are not installed #290
Comments
Sorry if I’m way off, but do you happen to have the environment variable |
no I do not have such env var set. |
How did you install pipx? It's not installing click because it thinks it's already installed. It thinks that because it can find the site-packages directory in a tree below |
Installed with brew
It things that click requirements satisfied by packages in libexec of pipx package. |
I kind of recall some similar issues from Pipenv installed via Homebrew… Did you upgrade the |
https://formulae.brew.sh/formula/python
No I didn't upgrade python to 3.8 |
Or did you upgrade |
Installed after upgrade to python 3.7.5 with brew. |
This looks similar to #233 which was fixed in master but not yet released on PyPI. |
@Beastea does the master branch of pipx work for you? You can test it out with
|
@cs01 I've got a workaround right now and I've checked the issue referenced. It looks exactly like what I'm experiencing now. Fix looks good to me and I could live untill the next version with what I have now, I'm sorry to bother you but I wasn't been able to find a similar issue with the search. But now all fine. Thanks in advance. Looking forward for next release. |
For some CLI tools
click
as a dependency is not installed and even after doingpipx inject
it still fails to run.You can find a codesnippet here:
How to reproduce
Expected behavior
working package after installation
The text was updated successfully, but these errors were encountered: