gpt4 book ai didi

python-3.x - 没有名为 'turtle' 的模块

转载 作者:行者123 更新时间:2023-12-04 17:39:11 25 4
gpt4 key购买 nike

我正在学习并尝试用 Python3 制作贪吃蛇游戏我正在进口 turtle

我正在使用:Linux mint 19、PyCharm、python37、python3-tk

Traceback (most recent call last):
File "/home/buszter/PycharmProjects/untitled1/snake.py", line 2, in <module>
import turtle
ModuleNotFoundError: No module named 'turtle'

在我阅读 turtle 的任何地方都应该预先安装,但我仍然没有它:(

我试过 pip install turtle 并说

 pip install turtle
Collecting turtle
Using cached https://files.pythonhosted.org/packages/ff/f0/21a42e9e424d24bdd0e509d5ed3c7dfb8f47d962d9c044dba903b0b4a26f/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 "/tmp/pip-install-kvf9on0y/turtle/setup.py", line 40
except ValueError, ve:
^
SyntaxError: invalid syntax

-------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-kvf9on0y/turtle/

编辑

pycharm中项目设置截图

screenshot of settings of the project in pycharm

最佳答案

我知道这是个老话题了,但我现在在我的 Fedora 31 上遇到了同样的问题。重新安装软件包无效。
有效的是安装 IDLE 编程工具(对于 child 来说只是 Python IDE),它还安装了 tkinter 模块。
我认为只安装 python3-tkinter(这就是这个包在 Fedora 存储库中的命名方式)包也可以工作,因为 turtle 在 Tk 模块中。

关于python-3.x - 没有名为 'turtle' 的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55318093/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com