File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,3 +69,5 @@ venv-laptop.sh
6969dt.sh
7070
7171lt.sh
72+
73+ pip_list.json
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ echo " - Installing module dependencies... "
122122# Install module dependencies
123123if ! python -c " import sys; assert sys.version_info[:2] >= (3,11)" > /dev/null; then
124124 echo " System is running a python version lower than 3.11, installing eventlet==0.30.2" ;
125- python -m pip install " eventlet==0.30.2"
125+ python -m pip install " greenlet==3.1.1 " " eventlet==0.30.2"
126126else
127127 echo " System is running a python version 3.11 or greater, installing latest eventlet"
128128 python -m pip install eventlet
Original file line number Diff line number Diff line change 11<!-- Post Update Message for v1.8.0 -->
22< H1 >
33 < img src ="{{ url_for('static', filename='img/launcher-icon-1x.png') }} " width ="50 " height ="50 " class ="d-inline-block align-top " alt ="">
4- PiFire 1.9.0 Release - April 2025
4+ PiFire 1.9.2 Release - June 2025
55</ H1 >
66< div class ="row justify-content-center ">
77 < div class ="card " style ="width:80% ">
126126 < li >
127127 Pinning all python modules to specific versions to prevent recent issues with the Redis python module deprecating a parameter in the connection call.
128128 </ li >
129+ < li >
130+ Fixed issue with install on Bullseye with Python 3.9 where greenlet was not building correctly. Pinned working version.
131+ </ li >
129132 </ ul >
130133
131134 </ div >
Original file line number Diff line number Diff line change 11{
22 "metadata" : {
33 "versions" : {
4- "server" : " 1.9.1 " ,
4+ "server" : " 1.9.2 " ,
55 "cookfile" : " 1.5.0" ,
66 "recipe" : " 1.0.0" ,
7- "build" : 44
7+ "build" : 45
88 },
99 "update_notes" : " " ,
1010 "update_warnings" : " "
You can’t perform that action at this time.
0 commit comments