修复 node/npm ImportError: No module named compiler.ast 在 Ubuntu 18.04 上
如果你运行 npm install 并遇到此错误消息:
importerror_compiler_ast.txt
ImportError: No module named compiler.ast你需要使用以下命令安装 python 开发文件
install_python_dev.sh
sudo apt install python-dev注意: 在我的情况下,使用 apt install python3-dev 没有解决问题。
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow