Skip to content
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

pip command #21

Closed
KawaGeo opened this issue Jun 8, 2020 · 2 comments
Closed

pip command #21

KawaGeo opened this issue Jun 8, 2020 · 2 comments

Comments

@KawaGeo
Copy link

KawaGeo commented Jun 8, 2020

Unable to install the new version of pybricks-stups (2.0.0). Here is the error message:
B:>pip install pybricks-stubs
Requirement already satisfied: pybricks-stubs in c:\users\kawag\appdata\local\programs\python\python37-32\lib\site-packages (0.0.6)

@KawaGeo
Copy link
Author

KawaGeo commented Jun 8, 2020

Found a solution.
Since I already had the old version (0.0.6), the solution is:
pip install pybricks-stubs==2.0.0

@drewwhis
Copy link
Owner

drewwhis commented Jun 8, 2020

To upgrade (in general) this should give you the latest:

pip install [package] -U

Or

pip install [package] --upgrade

@drewwhis drewwhis closed this as completed Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants