question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No apps associated with package ranger, googler

See original GitHub issue

I don’t understand how pipx determines which CLIs are made available to install. For example, youtube-dl is, but ranger and googler are not. Is this a community-driven thing (if you want a particular package, add it to some index checked by pipx? Is it on the packages themselves i.e. youtube-dl has entry points structured in such a way that it is discoverable by pipx whereas ranger does not?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:19 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
clbarnescommented, Nov 18, 2019

I think it’s just that ranger isn’t called ranger on PyPI - there’s another entirely unrelated package called ranger, which coincidentally has no scripts/entry-points. pipx install ranger-fm works for me.

1reaction
itsayellowcommented, Nov 19, 2019

So in summary (for anyone viewing this Issue in the future)

  • pipx can only install python packages. Packages contain a setup.py in their repository
  • When installing a package, make sure that the name on pypi.org is what you’re looking for
  • For pipx installation, a package needs an entry_point or scripts in its package specification (most likely in setup.py)

Edited to add “For pipx installation”

Read more comments on GitHub >

github_iconTop Results From Across the Web

"'pipx install pip' fails with "No apps associated with package ...
Describe the bug I wanted to install the latest version of pip so I could play with pip cache and maybe use pip...
Read more >
How do I troubleshoot issues with SYNC AppLink? - Ford
My phone is connected, my apps are running, but I still cannot find any apps. Sometimes apps do not properly close and re-open...
Read more >
How to setup Android Auto and Apple Car Play in the 2021 ...
Trying to figure out how to setup Android Auto and Apple Car Play in the 2021 Ford Ranger ? This video shows you...
Read more >
Troubleshoot common issues - Managed Google Play Help
If you open the managed Google Play store, and you see a message saying there are no apps to install, it could mean...
Read more >
Ranger - Apps on Google Play
FOR INTERNAL USE ONLY. TIER Ranger enables you to tactically support the lifecycle of our fleet - ensuring that our vehicles are well ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found