Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 6f30972

Browse files
committed
update Pillow dependency for Python 3.12
1 parent ceb65bb commit 6f30972

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Go into this repo and run:
1919
pip install -r requirements.txt
2020
```
2121

22+
Linux:
23+
```
24+
# For error:
25+
# qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin.
26+
sudo apt install libxcb-cursor-dev
27+
```
28+
2229
Run under Linux/MacOS:
2330
```
2431
python3 seedqreader.py

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
embit==0.7.0
22
numpy==1.26.4
33
opencv-python==4.7.0.72
4-
Pillow==9.5.0
4+
Pillow==11.0.0
55
pypng==0.20220715.0
66
PyYAML==6.0.1
77
pyzbar==0.1.9

0 commit comments

Comments
 (0)