2201608718Traceback most recent call last File qldatascriptsliantongdoreaddrawpy line 14 in module import execjsModuleNotFoundError No module named execjs
This error message suggests that the 'execjs' module is not installed on your system. You can try installing it using a package manager like pip. Open your terminal or command prompt and run the following command:
pip install execjs
If you encounter any permission errors, try running the command with administrative privileges:
sudo pip install execjs
Once the module is installed, try running your script again.
原文地址: https://www.cveoy.top/t/topic/9Vl 著作权归作者所有。请勿转载和采集!