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
Hey @audiodude !
Thanks for sharing the stackoverflow link but it is like half works and half doesn't and took me few hours to solve this, so i am sharing the steps that worked for me, so that in future no Dev will face the issues.
I did these steps on Github Codespace because i didn't want to change my system's default setting.
First Have to install python 3.10.0 using pyenv this will solve the Problem.
pyenv install 3.10.0
pyenv global 3.10.0
Else
If it shows pyenv is not installed or something like that pyenv command not found then
Steps to reproduce:
Expected result:
The dependencies of the library build and install
Actual result:
Building @openzim/libzim fails with the following stack trace:
Looks like it's this issue:
https://stackoverflow.com/questions/74715990/node-gyp-err-invalid-mode-ru-while-trying-to-load-binding-gyp
Workaround is to use a local Python version of 3.10
The text was updated successfully, but these errors were encountered: