Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e10c5 commit 239926aCopy full SHA for 239926a
micropip/micropip.py
@@ -171,7 +171,7 @@ def url_open(url):
171
# Now searches official library first before looking on PyPi for user packages
172
def get_pkg_metadata(name):
173
try:
174
- f = url_open("https://micropython.org/resources/upi/%s/json" % name)
+ f = url_open("https://micropython.org/pi/%s/json" % name)
175
except:
176
f = url_open("https://pypi.org/pypi/%s/json" % name)
177
s = read_lines(f)
0 commit comments