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

Error updating package if the installed name != repository name #4

Closed
jborbely opened this issue Aug 9, 2019 · 0 comments
Closed

Comments

@jborbely
Copy link
Contributor

jborbely commented Aug 9, 2019

The RPi-SmartGadget repository installs under the name smartgadget. Cannot update it.

> msl list
Getting the packages from ...

MSL Package         Version    Description
------------------- ---------- --------------------------------------------------------
msl-network         0.4.1      Concurrent and asynchronous network I/O
msl-package-manager 2.3.0      Install, uninstall, update, list and create MSL packages
smartgadget         0.1.0.dev0 Communicate with a Sensirion SHTxx Smart Gadget

> msl update smartgadget -b master
Getting the packages from ...
Loaded the cached information about the GitHub repositories
Loaded the cached information about the PyPI packages

The following MSL packages will be UPDATED:

  smartgadget: 0.1.0.dev0 --> [branch:master]

Proceed ([y]/n)?

Updating 'smartgadget' from GitHub/master
Collecting https://github.com/MSLNZ/smartgadget/archive/master.zip
  ERROR: HTTP error 404 while getting https://github.com/MSLNZ/smartgadget/archive/master.zip
  ERROR: Could not install requirement https://github.com/MSLNZ/smartgadget/archive/master.zip because of error 404 Client Error: Not Found for url: https://github.com/MSLNZ/smartgadget/archive/master
.zip
ERROR: Could not install requirement https://github.com/MSLNZ/smartgadget/archive/master.zip because of HTTP error 404 Client Error: Not Found for url: https://github.com/MSLNZ/smartgadget/archive/mas
ter.zip for URL https://github.com/MSLNZ/smartgadget/archive/master.zip

> msl update rpi-smartgadget -b master
Getting the packages from ...
Loaded the cached information about the GitHub repositories
Loaded the cached information about the PyPI packages
No MSL packages to update.
jborbely added a commit that referenced this issue Sep 7, 2019
@jborbely jborbely closed this as completed Sep 7, 2019
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

1 participant