I am encountering an error when attempting to install a module I created from GitHub. #13744
-
I am new here. So please correct me if I am wrong I created a library and uploaded it to a GitHub repo. But this is what I get when I try to install it from mip.(my board is ESP32-WROOM-32) This is what I followed: @jimmo help Here is the error:
Here are the files in my GitHub repo: images Here are the contents in package.json: {
"urls": [
["__init__.py", "github:AthulNoobie/micropython_7segment_display_library/__init__.py"],
["micropython_7seg.py", "github:AthulNoobie/micropython_7segment_display_library/micropython_7seg.py"]
],
"deps": [
["machine", "time"]
],
"version": "1.0.0"
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In your package.json, the repo name doesn't match your repo on github. https://github.com/AthulNoobie/micropython_7segmet_display_library - 7segmet
+ 7segment I'd suggest going into settings on github and renaming your repo to match, then it should work. |
Beta Was this translation helpful? Give feedback.
In your package.json, the repo name doesn't match your repo on github.
https://github.com/AthulNoobie/micropython_7segmet_display_library
I'd suggest going into settings on github and renaming your repo to match, then it should work.