Can't update from 0.1.0 to 0.2.0 using pip.
See original GitHub issueGood day!
I love Streamlink! Thank you for everyone who maintains and works on it!
I have streamlink 0.1.0 installed on my raspberry pi. I installed it using pip.
I am now trying to update it to the latest version, but when I run the pip update command:
pip install -U streamlink
it gives me the following error screen:
Any thoughts on how to fix this? do I need to remove streamlink and reinstall it or is there another way? If i need to remove it and reinstall it, how do I do that?
Thank you! –James
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Pip doesn't install latest available version from pypi (argparse ...
Here's the command I used to install argparse using pip 1.5.4: pip install --allow-all-external argparse==1.2.1.
Read more >Changelog - pip documentation v22.3.1
Remove appdirs as a vendored dependency. Upgrade distlib to 0.3.3. Upgrade distro to 1.6.0. Patch pkg_resources to use platformdirs rather than appdirs.
Read more >Errors while running pip install -r requirements.txt - MongoDB
I try to remove the following lines in requirements.txt, but it still has same error. ipython==7.8.0 ipython-genutils==0.2.0.
Read more >Troubleshooting Package Installation and Update
You cannot directly install or update a package that is constrained by the ... Use the pkg publisher command to check your package...
Read more >Can't install nrfutil v6 - Nordic Q&A
If I try and install "pip install nrfutil" it will succeed. ... (from versions: 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, ...
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 Free
Top 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
Yay!
‘sudo -H pip install -U streamlink’
worked! I would suggest putting the information into the documentation that using apt-get to get pip working wont work with a raspberry pi and it needs to be installed another way. and then you can update streamlink using the updated pip using the ‘sudo -H pip install -U streamlink’
I would do a pull request myself about this but I have no idea how 😃
Thank you guys!
I think the original issue is caused by an outdated version of pip (the one in the repos the pi uses is from 2014). See