RetroArcher-plex icon indicating copy to clipboard operation
RetroArcher-plex copied to clipboard

Must use Python 3.9.x... 3.10+ not supported!

Open ReenigneArcher opened this issue 3 years ago • 1 comments

Describe the Bug

The current code is not compatible with Python 3.10 or newer. You must use Python 3.9.x!

Expected Behavior

No response

Additional Context

c:\Users\someone\AppData\Local\Plex Media Server\Plug-ins\RetroArcher.bundle\Contents\Code\retroarcher>py -3 retroarcher.py --scan
Traceback (most recent call last):
  File "c:\Users\someone\AppData\Local\Plex Media Server\Plug-ins\RetroArcher.bundle\Contents\Code\retroarcher\retroarcher.py", line 1300, in <module>
    import psutil
  File "C:\Users\someone\AppData\Local\Plex Media Server\Plug-ins\RetroArcher.bundle\Contents\Libraries\Modules\psutil__init__.py", line 109, in <module>
    from . import _pswindows as _psplatform
  File "C:\Users\someone\AppData\Local\Plex Media Server\Plug-ins\RetroArcher.bundle\Contents\Libraries\Modules\psutil_pswindows.py", line 35, in <module>
    from ._psutil_windows import ABOVE_NORMAL_PRIORITY_CLASS
ModuleNotFoundError: No module named 'psutil._psutil_windows'

RetroArcher Server Operating System and Version

Windows

Plex Media Server Version

RetroArcher Version

1.2.5

Client Device

ReenigneArcher avatar May 03 '22 19:05 ReenigneArcher

This issue is stale because it has been open for 30 days with no activity. Remove the stale label or comment, otherwise this will be closed in 5 days.

github-actions[bot] avatar Aug 16 '22 01:08 github-actions[bot]

This issue is stale because it has been open for 30 days with no activity. Remove the stale label or comment, otherwise this will be closed in 5 days.

github-actions[bot] avatar Nov 15 '22 01:11 github-actions[bot]

Oh dear! I just reformatted my home server to Windows Server 2022. I think I can do a downgrade and not kill my other services. Running Python 3.11.1.

FlattusBlastus avatar Jan 09 '23 04:01 FlattusBlastus