PetterS / quickjs

Thin Python wrapper of https://bellard.org/quickjs/
https://github.com/bellard/QuickJS
MIT License
175 stars 19 forks source link

ModuleNotFoundError: No module named '_quickjs' #129

Open treesheeptw opened 1 year ago

treesheeptw commented 1 year ago

File ~\miniconda3\Lib\site-packages\quickjs__init__.py:6 import _quickjs

I am running Spyder IDE using Python 3.9 on Windows 11.

qwenger commented 9 months ago

This means that the C dependency hasn't been compiled on installation. How did you install the package?