【已解决】Cocos Studio 新建项目失败,求解决方法

Based on: cocos2d-x-3.6
Running command: new

Copy template into E:\CocosTest\Cocos\CocosProjects\CocosProject4
Copying files from template directory…
‘ascii’ codec can’t decode byte 0xc2 in position 3: ordinal not in range(128)
E:\CocosTest\Cocos\CocosStudio2\Third_Party\python\lib\shutil.py:64: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
os.path.normcase(os.path.abspath(dst)))

不知道什么意思

路径中有中文和特殊符号?
把你创建的控制台命令贴一下

路径没有问题啊

把编码格式改为utf-8

参考这个:http://www.cocos.com/doc/article/index?type=Cocos%20Studio&url=/doc/cocos-docs-master//manual/studio/v4/chapter2/PackageAndRun/zh.md

Cocos 有更新最新的文档。