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
{{ message }}
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
I am using python 3.8 (conda),
when I install with command pip install pygoko
It raised error about 'rust'.
after install 'rust', it required 'cargo'.
After I install rust and cargo (pip installed).
It still pops error:
ERROR: Failed building wheel for pygoko
Failed to build pygoko
ERROR: Could not build wheels for pygoko which use PEP 517 and cannot be installed directly
I am using python 3.8 (conda),
when I install with command
pip install pygokoIt raised error about 'rust'.
after install 'rust', it required 'cargo'.
After I install rust and cargo (pip installed).
It still pops error:
ERROR: Failed building wheel for pygoko
Failed to build pygoko
ERROR: Could not build wheels for pygoko which use PEP 517 and cannot be installed directly