Skip to content
Snippets Groups Projects
Commit a765fea8 authored by Paulus Kruger's avatar Paulus Kruger
Browse files

python3.11 update

parent acb4ad79
No related branches found
No related tags found
No related merge requests found
Pipeline #46879 passed
......@@ -31,6 +31,10 @@ deactivate
# And finally install the module dependencies
python3 -m pip install -r requirements.txt
```
Notes for using python3.11:
- install crypto 3.3 for asyncua
- add #define PY_SSIZE_T_CLEAN before #include <Python.h> in pyi2c.c in libi2c.
# Install it
The software is installed by executing: `python3 setup.py install`
......
......@@ -800,7 +800,7 @@ methods:
# - RCU_DTH_freq: Update
# - RCU_DTH_on: Update #disabled for testing
# - RCU_hband_select: Update
- RCU_DAB_select: Update
- RCU_DAB_filter_on: Update
- RCU_firmware_version: Update
- RCU_IO1_GPIO1: Update #needed for debug/testing
- RCU_IO1_GPIO2: Update
......
......@@ -4,3 +4,4 @@ numpy
recordclass
pyyaml
python-logstash-async
RPi.GPIO
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment