首页 > 编程语言 >【python】Mac os M系上turtle库无法使用

【python】Mac os M系上turtle库无法使用

时间:2022-12-09 15:22:27浏览次数:42  
标签:turtle python Mac warning Tk os

问题背景

IDE: VSCode

import turtle
turtle.forward(20)

warning:The system version of Tk is deprecated and may be removed in a future release. Please don't rely on it. Set TK SILENCE DEPRECATION=1 to suppress this warning.

问题解决

  1. 原因:由于环境系统自带的Tk版本号较低导致
  2. 方案:升级tk

标签:turtle,python,Mac,warning,Tk,os
From: https://www.cnblogs.com/sakanastar/p/16969007.html

相关文章