python.exe Syntax issue - NPM

痴心易碎 提交于 2019-12-01 21:10:40

The command you are attempting to run uses Python 2 syntax. It is incompatible with Python 3, so if you try to use that, you should get a syntax error.

Either upgrade the script to Python 3 (about time already), or fix the execution path so that it can be run with the obsolescent Python version.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!