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?
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
2
Answers
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
Which turtle do you want to install?
If you mean this package, then you don’t need to do any installation.
It already exists when you install Python.