pipx install jupyter says "No binaries associated with this package."
See original GitHub issueTrying to install Jupyter gives me the above error
pipx install --python /usr/bin/python3 jupyter
No binaries associated with this package.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
pipx install jupyter says "No binaries associated with this ...
I updated pipx to look for binaries of dependent packages when the desired package has no binaries directly associated with it.
Read more >Jupyter kernel problem caused by pyenv+pipx
Type "pipx inject jupyterlab numpy scipy matplotlib etc etc etc." This will install those modules into the jupyterlab virtual environment.
Read more >pipx — Install and Run Python Applications in Isolated ...
pip is a general-purpose package installer for both libraries and apps with no environment isolation. pipx is made specifically for application installation, as ......
Read more >I don't write Python code for my work. Last weekend I came ...
python3 -m pip install pipx # Don't rely on the pip3 bin. pipx install jupyterlab # Now jupyter has an independent virtualenv. #...
Read more >Python Virtual Environments: A Primer
The short answer is that Python isn't great at dependency management. If you're not specific, then pip will place all the external packages...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This has been added in 0.12.3.0.
uninstall
andlist
would also have to be updated, so the state of beaff34 was only partially done and would have been annoyingly unfinished (IMO).