Raspberry Pi2 B, Raspbian tiêu chuẩn. Sử dụng RPi.GPIO, V3 được cài đặt như:
sudo apt-get install python-rpi.gpio python3-rpi.gpio
Trực tuyến
import RPi.GPIO
tôi có
ImportError: /usr/local/lib/python3.2/dist-packages/RPi/GPIO.so: undefined symbol: _Py_ZeroStruct
(trong trình thông dịch hoặc mã chạy dưới dạng python3 myCode.py).
Xin hãy giúp đỡ!?
Nó có thể bị phá vỡ trên jessie. Nó yêu cầu Python <3.3 nhưng jessie sử dụng Python 3.4.2.
—
joan