Lincoln-LM / pla-reverse-gui

PySide6-based GUI for Seed Cracking and RNG w/o CFW assistance in Pokemon: Legends Arceus
GNU General Public License v3.0
14 stars 4 forks source link

Python Update? #14

Open TJP3-Github opened 4 months ago

TJP3-Github commented 4 months ago

Usage Guide mentions that Python 3.11+ will (currently) not work

Unfortunately, python.org no longer hosts installers for Python versions 3.9 - 3.10.10 which PLA-Reverse-GUI requires

Is it possible to update this project to a newer Python version for new users?

Lincoln-LM commented 4 months ago

i'm fairly sure installers are still listed for 3.9-3.10 versions that were released before they were moved to security fixes (for ex.)[https://www.python.org/downloads/release/python-3109/#Files], but the versioning restrictions (i believe) were only because numba did not yet ship for 3.11+ and probably just need to be removed from numba-pokemon-prngs.

Cisco0013 commented 4 months ago

I'm trying to run it with python 3.10.10 and git 2.44.0 but this is what it says

ImportError: DLL load failed while importing _cl: The specified procedure could not be found.

Lincoln-LM commented 4 months ago

I'm trying to run it with python 3.10.10 and git 2.44.0 but this is what it says

ImportError: DLL load failed while importing _cl: The specified procedure could not be found.

this is unrelated to the python version; you need to install the proper pyopencl version for the version of opencl your GPU supports