Page 1 of 1

[SOLVED] OSError: [Errno 1] EPERM while trying to install package with upip

Posted: Thu Feb 16, 2017 5:37 pm
by Suhanko
Hello guys!
I was trying install packages with upip but any package i got the same error. I got a traceback in upip finally I saw this message:
OSError: [Errno 1] EPERM

Is there some way to fix it? I'm using MicroPython in ESP8266.

Re: [SOLVED] OSError: [Errno 1] EPERM while trying to install package with upip

Posted: Mon Feb 27, 2017 3:47 pm
by Suhanko
The problem was memory allocation. I did copies from desired libraries from micropython-lib directly, for example, MQTT (umqtt.simple and umqtt.robust) and has worked.

Thank you guys!!!