NiceneNerd / BCML

Breath of the Wild Cross-Platform Mod Loader: A mod merger and manager for BOTW
308 stars 57 forks source link

dependecy syaz0 does not build in 3.9 #100

Closed OnikenX closed 3 years ago

OnikenX commented 3 years ago

dependecy syaz0 does not build in 3.9

it is now deprecated and does not let me create an issue

installing inside a pyenv with python 3.8 works but running does not:

[pywebview] QT cannot be loaded

ive been trying to install in many ways but none are working.

OS: Archlinux x64

NiceneNerd commented 3 years ago

Not sure if I can do anything about syaz0 yet, but did you try installing pyqtwebengine with 3.8? I use 3.8 myself.

OnikenX commented 3 years ago

it worked, thanks very much For anyone with the same problem, create a python 3.8 enviroment with pyenv pyenv install 3.8.6, init pyenv in you shell (it will give you instruction for that) and add both your system python and the python3.8 binaries to your path with pyenv global system 3.8.6.