Gregfox151

- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 can't get "machine" to run
I've tried many “fixes” and spent many hours to get machine to work on my pycharm. including "pip install machine", adding it via Python interpreter, etc. etc.Here is what I always get:C:\M_Python\... -
创建于 Cand fine/install machine win11 pycharm
Hi, in my program I have:from machine import Pin, I2Cfrom ssd1306 import SSD1306_I2Cfrom encoder import Encoderssd1306 and encoder are ok but machinehas an error:Traceback (most recent call last): ...