Search found 2 matches
- Fri Apr 10, 2020 6:39 am
- Forum: Programs, Libraries and Tools
- Topic: [Solved] upip library installation problem
- Replies: 1
- Views: 6128
Re: upip library installation problem
Solved this problem. Turns out the DNS server IP I set in network.WLAN.ifconfig() was wrong. The ESP32 was connecting to the WifiLAN (WLAN.isconnected()=True) but not reaching external websites so couldn't download the libraries. Now I have a different problem with failed handshakes but will investi...
- Wed Apr 08, 2020 7:33 pm
- Forum: Programs, Libraries and Tools
- Topic: [Solved] upip library installation problem
- Replies: 1
- Views: 6128
[Solved] upip library installation problem
Hi, I am having a problem installing micropython libraries on my ESP32 with Thonny. I have tried installing schedule, logging, and scron and get the same error. I have tried using Thonny on a Raspberry Pi 3 and on a Windows PC and get the same error. I am using upip on the Thonny REPL MicroPython v1...