You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-17Lines changed: 3 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ If you're interested in contributing to this project or want to understand how i
181
181
# Installation
182
182
183
183
### 1. Install Python
184
-
[Install Python](https://www.python.org/downloads/) (if not installed already). You'll need version 3.10 or later.
184
+
[Install Python](https://www.python.org/downloads/) (if not installed already). You'll need version 3.12 or later.
185
185
186
186
### 2. Get Artwork Uploader for Plex
187
187
Either download the Zip and extract all files into a folder, or Git Clone the repository
@@ -293,7 +293,7 @@ Open a web browser and point it to `http://your_ip_address:4567` and you're read
293
293
294
294
## Directly as a python script
295
295
296
-
**NOTE**: THIS REQUIRES AT LEAST PYTHON 3.10. You will encounter odd errors in the scraping log for earlier versions of Python, due to a bug that was fixed in 3.10.
Artwork Uploader requires Python 3.10 or later. Check your version:
410
+
Artwork Uploader requires Python 3.12 or later. Check your version:
411
411
```bash
412
412
python3 --version
413
413
```
@@ -485,20 +485,6 @@ Flask correctly rejects these with a 400 error since it doesn't support HTTPS by
485
485
486
486
If you want to access the app over HTTPS you can use a reverse proxy like Nginx or Caddy.
487
487
488
-
### "eventlet monkey_patch" errors
489
-
490
-
If you see errors related to eventlet on Python 3.13, consider using Python 3.11 or 3.12 instead, as eventlet has known compatibility issues with Python 3.13.
491
-
492
-
```bash
493
-
# Install Python 3.12 via Homebrew (macOS)
494
-
brew install python@3.12
495
-
496
-
# Create venv with Python 3.12
497
-
python3.12 -m venv .venv
498
-
source .venv/bin/activate
499
-
pip install -r requirements.txt
500
-
```
501
-
502
488
### Plex connection issues
503
489
504
490
**"Cannot reach Plex server" or Application hangs on startup**
0 commit comments