0

I tried to install turtle on my VS Code and got this error message, could you guys tell me what's going on with this module, please?

error

Michael S.
  • 3,050
  • 4
  • 19
  • 34

2 Answers2

2

Turtle is already included in the Python standard library. I am assuming that pip is trying to install a different package than you are looking for and your geting an error

Turtle

Semesic
  • 39
  • 1
  • 5
1

Which turtle do you want to install?

If you mean this package, then you don't need to do any installation.

enter image description here

It already exists when you install Python.

MingJie-MSFT
  • 5,569
  • 1
  • 2
  • 13
  • Ok, thanks guys, got that part about turtle being a package already existing in Python. So why can't I run Pong as in this video? -> https://www.youtube.com/watch?v=XGf2GcyHPhc&list=PL3bqcU21UEmHMDc6w5gFS-SIpWeQQwoZz&index=70&t=573s – Lázaro Meira Aug 17 '22 at 00:05