【发布时间】:2020-09-12 19:59:04
【问题描述】:
我正在尝试在pycharm中安装turtle包,但是在安装时出现了这个错误:
Collecting turtle
Using cached turtle-0.0.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\Ptr\AppData\Local\Temp\pycharm-packaging\turtle\setup.py", line 40
except ValueError, ve:
except ValueError, ve:
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1
我不知道该怎么办,请帮帮我。
【问题讨论】:
标签: python python-3.x pip pycharm python-turtle