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

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
Suhanko
Posts: 7
Joined: Sun Feb 12, 2017 2:23 pm

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

Post by Suhanko » Thu Feb 16, 2017 5:37 pm

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.

Suhanko
Posts: 7
Joined: Sun Feb 12, 2017 2:23 pm

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

Post by Suhanko » Mon Feb 27, 2017 3:47 pm

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!!!

Post Reply