install earlier version of lib
Posted: Wed Dec 26, 2018 12:07 am
How to install specific version of lib , i got this message when try to install logging lib :
>>> import upip
>>> upip.install('micropython-logging==0.4.1')
Installing to: /lib/
Warning: pypi.org SSL certificate is not validated
Error installing 'micropython-logging==0.4.1': Package not found, packages may be partially installed
>>> import upip
>>> upip.install('micropython-logging==0.4.1')
Installing to: /lib/
Warning: pypi.org SSL certificate is not validated
Error installing 'micropython-logging==0.4.1': Package not found, packages may be partially installed