-
Notifications
You must be signed in to change notification settings - Fork 443
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
pipx has trouble installing/running coala-bears #14
Comments
Thanks for filing the issue! I made an update to the way pipx parses arguments which will fix the
You are right about the indirect nature causing a problem when trying to run To run once in ephemeral environment:
or to install globally and have available at any time
I tested it and got
|
Wow, you're fast! I'm super impressed :) I'll give it a shot and report back. Thank you so much <3 |
It worked! Note that for the global install option, I actually needed to run: |
Closing as this is resolved, thank you. |
* Fix validation field on FPM pool endpoint * Fix validation check to run on strings only * Update CHANGELOG.md
Hi, pipx looks like a cool tool!
I'm trying to run a meta-linter named https://coala.io/ in pipx. Coala installs a lot of dependencies that often end up conflicting with other installed tools, so pipx seems perfect for running it. However, the recommended installation for Coala is
pip3 install coala-bears
, which installs the Pythoncoala
package (which includes the binary you actually run) as a dependency. Because of the indirect nature of making the binary available, pipx seems to be unable to find it.Running
pipx install coala
directly does work, but results in not having any of the necessary dependencies to run the various linters.After running
pipx install coala-bears
, I actually can successfully runpipx coala
even though it claimed there were no binaries. However, I'm unable to pass in arguments:I realize there's a lot of information to absorb here :P Is there anything obvious I'm doing wrong?
(additional note: pipsi also has a hard time with coala-bears, so I think coala is a bit of an edge case as far as trying to run Python stuff in an isolated environment)
For reference:
Thanks!
The text was updated successfully, but these errors were encountered: