Open xulihang opened 1 year ago
@xulihang I am facing the same issue in window environment.
I turned to the Java version in the end.
Can you share the code for the java. I don't know much about java
I started an HTTP server in Java to communicate with a Python application. Here is the project: https://github.com/tony-xlh/Java-Barcode-Reader-Aggregator
Working on this now. Unable to reproduce in 3.10 and building 3.11 from source. Will update once I can test that.
Doesn't seem to be a problem with Python 3.11. Can anyone reproduce this in Ubuntu 20 or Ubuntu 22?
python --version
Python 3.11.4
python qrcode_detect.py
Detected a total of 1 QR Codes
Message: http://qrw.auvilfruit.com
at: Polygon2D( (338.23473794244285,455.26204086572807) (394.7712536939371,491.4354170585221) (359.7815976084879,543.9501081705207) (302.569703805285,506.8517898530797) )
Maybe related to Java version?
openjdk version "11.0.10" 2021-01-19 LTS
OpenJDK Runtime Environment (build 11.0.10+9-LTS)
OpenJDK 64-Bit Server VM (build 11.0.10+9-LTS, mixed mode)
Using the QR code detector under Python 3.11, I encountered the following error: