How to install turtle in pycharm

tags: Python basics

How to install turtle in pycharm?

1. Install using turtle installer

1) Installation may be used

2) After downloading the turtle-0.0.2 installation file, you can use itpip install -e turtle-0.0.2 to install.There will be a setup.py file alarm during the installation process, which leads to the installation of bu. Need to be unsuccessful. It can be used only by modifying the setup.py file.

The specific modification is to set up.py, in line 40except ValueError, ve:Toexcept (ValueError, ve):

For convenience, you can directly download the modified file in my download, unzip it to the root directory of C drive after downloading, and then run

 pip install -e c:\\turtle-0.0.2 

If unsuccessful, you can try to add a temporary source server again

   pip install -e turtle-0.0.2 -i https://pypi.tuna.tsinghua.edu.cn/simple

2. Install directly in pycharm

Under the File menu item, select setting to open:

Click the plus sign on the right to pop up Available Packages,

Enter turtle to search and select the appropriate version to install.

Intelligent Recommendation

How to install geopandas in pycharm

#pycharmHow to install geopandas ##Based on the downloaded geopandas dependency library, install ##installation: Execute in order on the command line: pip install E:\BaiduNetdiskDownload\python_whl-ge...

How to install dlib in Pycharm

Dlib's installation flower is intermittently spent for half a day. Failed method Just started to enter the PIP Install Dlib installation in the CMD command window, directly, IMPORT DLIB in Python3.6.6...

How to install PaddlePaddle in Pycharm?

How to install PaddlePaddle in Pycharm? Basic environment 2. Check if you can run the code normally in pycharm 2.1 View installation Python version 2.2 View installation Pycharm version 2.3 Check if P...

How to install Pycharm and Anaconda

Recently, the NumPy library and the Matplotlib library are needed, and Anaconda happens to contain these two libraries, so install Anaconda by the way. NumPy is a library for numerical calculation, wh...

How to install gym in pycharm

After installing pycharm, directly add the gym package in pycharm, the steps are described in detail below. (1) Enter pip install gym directly in Terminal, and it will display after success (2) Enter ...

More Recommendation

How to install pycharm package

windows: pycharm -> file -> settings -> Project -> Python Interpreter -> + sign -> Enter the package name to be installed, -> select and click install package...

How to install python and install pycharm

Table of contents install python Install pycharm install python Although such installation tutorials are everywhere on the Internet, I still release the tutorial today, so that I can go through it and...

Github-- how to install Git for windows and a small turtle

Github-- how to install Git for windows and small turtles (git to upload software projects) First, illusory account (I have mentioned in other articles in the blog), I have access to the Google table ...

How to install PyCharm in Python development

table of Contents 1, download 1. Download and develop IDE-PyCharm 2, download the Python environment 2, installation 1, install PyCharm-IDE 2, install Python 3, network redirection 4, registration 1, ...

Teach you how to install Pycharm

Today I will share with you how to download and install Pycharm on this machine. The specific tutorial is as follows: 1. First go to the Pycharm official website, or directly enter the URL:http://www....

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top