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.

Can't update from 0.1.0 to 0.2.0 using pip.

See original GitHub issue

Good 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:

image

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:closed
  • Created 7 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Junior1544commented, Jan 14, 2017

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!

0reactions
skulblakkacommented, Jan 14, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

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