mchobby / esp8266-upy

MicroPython Cross-platform Drivers - collection of code, wiring and sample for various breakout boards - Works with ESP8266, Pyboard, PYB405, Wemos, etc))
51 stars 30 forks source link

Cannot use command mpremote on mcp230xx #9

Closed Tiipiac closed 1 month ago

Tiipiac commented 1 month ago

Hi, I am trying to use the command you provide in the readme to install your package on my esp running on micropython, but cannot.

The command: python.exe -m mpremote mip install github:mchobby/esp8266-upy/mcp230xx

The output: Install github:mchobby/esp8266-upy/mcp230xx Installing github:mchobby/esp8266-upy/mcp230xx/package.json to /lib Package may be partially installed mpremote: Package not found: github:mchobby/esp8266-upy/mcp230xx/package.json

It's my first time using micropython, but after searching around I could not find an answer to my issue. Could you help me out there? Thanks!

mchobby commented 1 month ago

I added the package.json file in the repository. This should work now! Could you confirm ?

Tiipiac commented 1 month ago

I cannot find the package.json, and still have the same issue. Are you sure you pushed the updates on master?

mchobby commented 1 month ago

Hi Tiipiac, Thanks for coming back. There is an evil eye looking over this lib :.-| I now push the change online. Tested and work great Dominique