Creating UPIP package

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
rorokoko
Posts: 3
Joined: Wed Jan 20, 2021 8:30 am

Creating UPIP package

Post by rorokoko » Wed Jan 20, 2021 11:24 pm

Hi guys, I have been enjoying using micropython with my ESP32. I have some ideas to make it easy to use ESP32 with micropython easier, which require me to create my own micropython packages which can be installed using UPIP. I have gone through the micropython documentation on packaging, and build and uploaded packages to PyPI but I am not able to install them using UPIP. I have used the packages in micropython-lib as reference for building these packages. Is there some easy to follow, detailed tutorial or document which outlines the steps for building UPIP packages? Thanks!

stijn
Posts: 735
Joined: Thu Apr 24, 2014 9:13 am

Re: Creating UPIP package

Post by stijn » Thu Jan 21, 2021 8:20 am

Can you elaborate what the problem is? Is the package in PyPI? Any error messages?

rorokoko
Posts: 3
Joined: Wed Jan 20, 2021 8:30 am

Re: Creating UPIP package

Post by rorokoko » Thu Jan 21, 2021 10:08 pm

Actually, it was just a silly mistake on my end, as to how I was uploading the packages in PyPi. I have fixed the issue and UPIP works for the newly uploaded packages. Thanks for the reply!

Post Reply