loboris/MicroPython_ESP32_psRAM_LoBo

upip error -29184

Closed this issue · 3 comments

>>> upip.install('aenum')
Installing to: /flash/lib/
Error installing 'aenum': -29184, packages may be partially installed

I think it's not really directly related to this specific micropython, but I hope you can help me starting... When a package-name is incorrect it says "Package not found" so I assume the name is correct, but how can I figure out why this strange -29184 error occurs?

it is the socket problem , possibly due to big socket.recv()

this happen due to ssl verification , in Python , we can disable this with adding verify = False inside requests method , not in micropython. :((

this is the server problem, sometimes they forgot to update their ssl certificate, please close this issue
@supersjimmie