Thanks, so this is why upip does not find lots of packages that work with pyton.
I'll give a try with urequest instead of cfscrape.
Thanks a lot
Search found 4 matches
- Mon Mar 22, 2021 9:17 am
- Forum: Programs, Libraries and Tools
- Topic: (help needed): Migrate from Python to MicroPython
- Replies: 2
- Views: 3002
- Sun Mar 21, 2021 7:23 pm
- Forum: Programs, Libraries and Tools
- Topic: micropython-oled - gen.py missing
- Replies: 2
- Views: 1880
Re: micropython-oled - gen.py missing
@pythoncoder thank you very much for your reply and for your help I missed to say that I can complete with success all the examples in the Getting Started section. So I installed successfully "micropython-oled" via upip, as you stated. My problem is only in the generation of the font.py file. Since ...
- Thu Mar 18, 2021 10:11 pm
- Forum: Programs, Libraries and Tools
- Topic: micropython-oled - gen.py missing
- Replies: 2
- Views: 1880
micropython-oled - gen.py missing
Hello dears, has anyone ever used the micropython-oled modules? I cannot manage to generate a custom font via the script to execute on the desktop. https://micropython-oled.readthedocs.io/en/latest/content/getting_started.html#generate-custom-font I have installed pip3 install micropython-oled pip3 ...
- Tue Mar 16, 2021 10:53 am
- Forum: Programs, Libraries and Tools
- Topic: (help needed): Migrate from Python to MicroPython
- Replies: 2
- Views: 3002
(help needed): Migrate from Python to MicroPython
Hello everybody, after a lot of improvements, I created a BTC and ETH price tiker for a 0.96" OLED. I made it running from a raspberry PI 3B+, and it works. ^_^ During the coding, I cloned from github the Adafruit_Python_SSD1306 repository and installed via pip3 install the modules: cfscrape: https:...