Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install thonny via python pip




thonny - Python IDE for beginners, it belongs to Classifiers:

- Environment :: MacOS X
- Environment :: Win32 (MS Windows)
- Intended Audience :: Education
- Intended Audience :: End Users/Desktop
- License :: Freeware
- Topic :: Education
- Topic :: Software Development :: Debuggers
- Topic :: Text Editors

When you know about this project and you want to new install thonny to support your project or you get trouble as ModuleNotFoundError: No module named "thonny" or ImportError: cannot import name "thonny" in your project, let follow this tutorial to install thonny



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_thonny_env

- Active the virtual environment

test_thonny_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_thonny_env

- Active the virtual environment

source test_thonny_env/bin/active


Step 2: OK, now, let flow below content to start the installation thonny

To install thonny on Windows(CMD):

py -m pip install thonny

To install thonny on Unix/macOs:

pip install thonny


Step 3: If you want to install a specific thonny version, add ==<thonny version> to the end command line

Example:

pip install thonny==2.0.7


Please see the version list below table:

VersionReleased dateCommand
thonny 3.3.142021-08-01T17:59:27Windows:

py -m pip install thonny==3.3.14

Unix/macOs:

pip install thonny==3.3.14

thonny 3.3.132021-07-25T16:01:58Windows:

py -m pip install thonny==3.3.13

Unix/macOs:

pip install thonny==3.3.13

thonny 3.3.122021-07-25T15:52:27Windows:

py -m pip install thonny==3.3.12

Unix/macOs:

pip install thonny==3.3.12

thonny 3.3.112021-06-25T09:53:04Windows:

py -m pip install thonny==3.3.11

Unix/macOs:

pip install thonny==3.3.11

thonny 3.3.102021-05-18T10:12:31Windows:

py -m pip install thonny==3.3.10

Unix/macOs:

pip install thonny==3.3.10

thonny 3.3.92021-05-18T08:14:28Windows:

py -m pip install thonny==3.3.9

Unix/macOs:

pip install thonny==3.3.9

thonny 3.3.82021-05-18T07:45:08Windows:

py -m pip install thonny==3.3.8

Unix/macOs:

pip install thonny==3.3.8

thonny 3.3.72021-04-30T13:45:08Windows:

py -m pip install thonny==3.3.7

Unix/macOs:

pip install thonny==3.3.7

thonny 3.3.62021-03-06T10:36:27Windows:

py -m pip install thonny==3.3.6

Unix/macOs:

pip install thonny==3.3.6

thonny 3.3.52021-02-22T20:18:14Windows:

py -m pip install thonny==3.3.5

Unix/macOs:

pip install thonny==3.3.5

thonny 3.3.42021-02-17T13:16:44Windows:

py -m pip install thonny==3.3.4

Unix/macOs:

pip install thonny==3.3.4

thonny 3.3.32021-01-21T07:43:40Windows:

py -m pip install thonny==3.3.3

Unix/macOs:

pip install thonny==3.3.3

thonny 3.3.22021-01-06T13:10:14Windows:

py -m pip install thonny==3.3.2

Unix/macOs:

pip install thonny==3.3.2

thonny 3.3.12020-12-06T18:15:57Windows:

py -m pip install thonny==3.3.1

Unix/macOs:

pip install thonny==3.3.1

thonny 3.3.02020-11-15T16:39:23Windows:

py -m pip install thonny==3.3.0

Unix/macOs:

pip install thonny==3.3.0

thonny 3.2.72020-01-22T07:49:35Windows:

py -m pip install thonny==3.2.7

Unix/macOs:

pip install thonny==3.2.7

thonny 3.2.62020-01-01T18:29:39Windows:

py -m pip install thonny==3.2.6

Unix/macOs:

pip install thonny==3.2.6

thonny 3.2.52019-12-25T08:10:44Windows:

py -m pip install thonny==3.2.5

Unix/macOs:

pip install thonny==3.2.5

thonny 3.2.42019-12-07T15:24:52Windows:

py -m pip install thonny==3.2.4

Unix/macOs:

pip install thonny==3.2.4

thonny 3.2.32019-11-03T18:26:48Windows:

py -m pip install thonny==3.2.3

Unix/macOs:

pip install thonny==3.2.3

thonny 3.2.22019-11-01T07:56:42Windows:

py -m pip install thonny==3.2.2

Unix/macOs:

pip install thonny==3.2.2

thonny 3.2.12019-09-06T11:15:08Windows:

py -m pip install thonny==3.2.1

Unix/macOs:

pip install thonny==3.2.1

thonny 3.2.02019-08-12T07:01:59Windows:

py -m pip install thonny==3.2.0

Unix/macOs:

pip install thonny==3.2.0

thonny 3.1.22019-02-13T06:30:56Windows:

py -m pip install thonny==3.1.2

Unix/macOs:

pip install thonny==3.1.2

thonny 3.1.12019-02-09T15:04:39Windows:

py -m pip install thonny==3.1.1

Unix/macOs:

pip install thonny==3.1.1

thonny 3.1.02019-01-28T21:21:37Windows:

py -m pip install thonny==3.1.0

Unix/macOs:

pip install thonny==3.1.0

thonny 3.0.82018-11-15T22:10:19Windows:

py -m pip install thonny==3.0.8

Unix/macOs:

pip install thonny==3.0.8

thonny 3.0.72018-11-14T08:27:59Windows:

py -m pip install thonny==3.0.7

Unix/macOs:

pip install thonny==3.0.7

thonny 3.0.62018-11-13T08:19:13Windows:

py -m pip install thonny==3.0.6

Unix/macOs:

pip install thonny==3.0.6

thonny 3.0.52018-10-26T15:24:53Windows:

py -m pip install thonny==3.0.5

Unix/macOs:

pip install thonny==3.0.5

thonny 3.0.42018-10-22T17:21:32Windows:

py -m pip install thonny==3.0.4

Unix/macOs:

pip install thonny==3.0.4

thonny 3.0.32018-10-21T06:47:02Windows:

py -m pip install thonny==3.0.3

Unix/macOs:

pip install thonny==3.0.3

thonny 3.0.22018-10-21T06:21:13Windows:

py -m pip install thonny==3.0.2

Unix/macOs:

pip install thonny==3.0.2

thonny 3.0.12018-10-16T21:33:49Windows:

py -m pip install thonny==3.0.1

Unix/macOs:

pip install thonny==3.0.1

thonny 3.0.02018-10-16T11:16:05Windows:

py -m pip install thonny==3.0.0

Unix/macOs:

pip install thonny==3.0.0

thonny 2.1.222018-08-20T08:54:36Windows:

py -m pip install thonny==2.1.22

Unix/macOs:

pip install thonny==2.1.22

thonny 2.1.212018-07-17T05:41:47Windows:

py -m pip install thonny==2.1.21

Unix/macOs:

pip install thonny==2.1.21

thonny 2.1.182018-06-21T21:24:30Windows:

py -m pip install thonny==2.1.18

Unix/macOs:

pip install thonny==2.1.18

thonny 2.1.172018-03-21T08:21:34Windows:

py -m pip install thonny==2.1.17

Unix/macOs:

pip install thonny==2.1.17

thonny 2.1.162017-11-10T13:40:11Windows:

py -m pip install thonny==2.1.16

Unix/macOs:

pip install thonny==2.1.16

thonny 2.1.152017-11-07T16:00:56Windows:

py -m pip install thonny==2.1.15

Unix/macOs:

pip install thonny==2.1.15

thonny 2.1.142017-11-02T10:05:10Windows:

py -m pip install thonny==2.1.14

Unix/macOs:

pip install thonny==2.1.14

thonny 2.1.132017-10-29T15:42:08Windows:

py -m pip install thonny==2.1.13

Unix/macOs:

pip install thonny==2.1.13

thonny 2.1.122017-10-13T08:00:39Windows:

py -m pip install thonny==2.1.12

Unix/macOs:

pip install thonny==2.1.12

thonny 2.1.112017-07-22T12:28:08Windows:

py -m pip install thonny==2.1.11

Unix/macOs:

pip install thonny==2.1.11

thonny 2.1.102017-06-09T07:20:12Windows:

py -m pip install thonny==2.1.10

Unix/macOs:

pip install thonny==2.1.10

thonny 2.0.72017-01-05T13:30:43Windows:

py -m pip install thonny==2.0.7

Unix/macOs:

pip install thonny==2.0.7


Step 4: Otherwise, you can install thonny from local archives:

Download the distribution file from thonny-3.3.14.tar.gz or the specific thonny version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_thonny_downloaded_file>

On Unix/macOs:

pip install <path_to_thonny_downloaded_file>


List distribution:


Project link:

- Homepage
- Bug tracker
- Source code