Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7a5eee

Browse files
committed
fix: pin psutil to 6.0.0
Newer packages on piwheels are broken under bullseye, causing OctoPrint's startup to fail. See piwheels/packages#580
1 parent 38356d3 commit f7a5eee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"libpass>=1.8.1,<2 ; python_version>='3.9'", # replacement for unmaintained passlib
5959
"passlib==1.7.4 ; python_version<'3.9'",
6060
"pathvalidate>=3.2.1,<4", # later versions require Python 3.9
61-
"psutil>=6.1.1,<7",
61+
"psutil==6.0.0", # later versions are currently broken on piwheels under bullseye
6262
"pydantic>=2.10.6,<3 ; python_version>='3.8'",
6363
"pylru>=1.2.1,<2",
6464
"pyserial>=3.5,<4",

0 commit comments

Comments
 (0)