-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Currently, the package fails to install with the following message:
Could not find a version that satisfies the requirement ampy (from micropython-uploader) (from versions: )
No matching distribution found for ampy (from micropython-uploader)
This is because in both requirements.txt and setup.py, the dependency listed is ampy.
However, the package name for ampy on pypi is actually adafruit-ampy, so the install fails to find the correct package.
Metadata
Metadata
Assignees
Labels
No labels