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

How to install shadowsocks via python pip




shadowsocks - A fast tunnel proxy that help you get through firewalls, it belongs to Classifiers:

- Programming Language :: Python :: 2.6
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Internet :: Proxy Servers

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



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_shadowsocks_env

- Active the virtual environment

test_shadowsocks_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_shadowsocks_env

- Active the virtual environment

source test_shadowsocks_env/bin/active


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

To install shadowsocks on Windows(CMD):

py -m pip install shadowsocks

To install shadowsocks on Unix/macOs:

pip install shadowsocks


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

Example:

pip install shadowsocks==1.3.0


Please see the version list below table:

VersionReleased dateCommand
shadowsocks 2.8.22015-08-10T07:46:51Windows:

py -m pip install shadowsocks==2.8.2

Unix/macOs:

pip install shadowsocks==2.8.2

shadowsocks 2.8.12015-08-06T11:48:14Windows:

py -m pip install shadowsocks==2.8.1

Unix/macOs:

pip install shadowsocks==2.8.1

shadowsocks 2.82015-08-06T06:59:13Windows:

py -m pip install shadowsocks==2.8

Unix/macOs:

pip install shadowsocks==2.8

shadowsocks 2.72015-08-02T09:46:40Windows:

py -m pip install shadowsocks==2.7

Unix/macOs:

pip install shadowsocks==2.7

shadowsocks 2.6.112015-07-10T10:00:35Windows:

py -m pip install shadowsocks==2.6.11

Unix/macOs:

pip install shadowsocks==2.6.11

shadowsocks 2.6.102015-06-08T00:35:55Windows:

py -m pip install shadowsocks==2.6.10

Unix/macOs:

pip install shadowsocks==2.6.10

shadowsocks 2.6.92015-05-19T00:18:50Windows:

py -m pip install shadowsocks==2.6.9

Unix/macOs:

pip install shadowsocks==2.6.9

shadowsocks 2.6.82015-02-10T10:25:51Windows:

py -m pip install shadowsocks==2.6.8

Unix/macOs:

pip install shadowsocks==2.6.8

shadowsocks 2.6.72015-02-02T08:33:15Windows:

py -m pip install shadowsocks==2.6.7

Unix/macOs:

pip install shadowsocks==2.6.7

shadowsocks 2.6.62015-01-23T09:55:04Windows:

py -m pip install shadowsocks==2.6.6

Unix/macOs:

pip install shadowsocks==2.6.6

shadowsocks 2.6.52015-01-18T10:32:35Windows:

py -m pip install shadowsocks==2.6.5

Unix/macOs:

pip install shadowsocks==2.6.5

shadowsocks 2.6.42015-01-14T05:13:23Windows:

py -m pip install shadowsocks==2.6.4

Unix/macOs:

pip install shadowsocks==2.6.4

shadowsocks 2.6.32015-01-12T15:25:28Windows:

py -m pip install shadowsocks==2.6.3

Unix/macOs:

pip install shadowsocks==2.6.3

shadowsocks 2.6.22015-01-03T05:56:47Windows:

py -m pip install shadowsocks==2.6.2

Unix/macOs:

pip install shadowsocks==2.6.2

shadowsocks 2.6.12014-12-26T12:58:58Windows:

py -m pip install shadowsocks==2.6.1

Unix/macOs:

pip install shadowsocks==2.6.1

shadowsocks 2.62014-12-21T06:12:28Windows:

py -m pip install shadowsocks==2.6

Unix/macOs:

pip install shadowsocks==2.6

shadowsocks 2.52014-12-10T16:37:13Windows:

py -m pip install shadowsocks==2.5

Unix/macOs:

pip install shadowsocks==2.5

shadowsocks 2.4.32014-11-10T07:56:21Windows:

py -m pip install shadowsocks==2.4.3

Unix/macOs:

pip install shadowsocks==2.4.3

shadowsocks 2.4.22014-11-06T06:53:03Windows:

py -m pip install shadowsocks==2.4.2

Unix/macOs:

pip install shadowsocks==2.4.2

shadowsocks 2.4.12014-11-01T16:11:25Windows:

py -m pip install shadowsocks==2.4.1

Unix/macOs:

pip install shadowsocks==2.4.1

shadowsocks 2.42014-11-01T06:02:18Windows:

py -m pip install shadowsocks==2.4

Unix/macOs:

pip install shadowsocks==2.4

shadowsocks 2.3.22014-10-11T04:36:39Windows:

py -m pip install shadowsocks==2.3.2

Unix/macOs:

pip install shadowsocks==2.3.2

shadowsocks 2.3.12014-10-09T13:25:46Windows:

py -m pip install shadowsocks==2.3.1

Unix/macOs:

pip install shadowsocks==2.3.1

shadowsocks 2.32014-09-23T06:01:07Windows:

py -m pip install shadowsocks==2.3

Unix/macOs:

pip install shadowsocks==2.3

shadowsocks 2.2.22014-09-14T02:24:44Windows:

py -m pip install shadowsocks==2.2.2

Unix/macOs:

pip install shadowsocks==2.2.2

shadowsocks 2.2.12014-09-13T07:55:39Windows:

py -m pip install shadowsocks==2.2.1

Unix/macOs:

pip install shadowsocks==2.2.1

shadowsocks 2.2.02014-09-09T08:25:09Windows:

py -m pip install shadowsocks==2.2.0

Unix/macOs:

pip install shadowsocks==2.2.0

shadowsocks 2.1.02014-08-10T04:30:22Windows:

py -m pip install shadowsocks==2.1.0

Unix/macOs:

pip install shadowsocks==2.1.0

shadowsocks 2.0.122014-07-26T10:10:40Windows:

py -m pip install shadowsocks==2.0.12

Unix/macOs:

pip install shadowsocks==2.0.12

shadowsocks 2.0.112014-07-13T03:26:54Windows:

py -m pip install shadowsocks==2.0.11

Unix/macOs:

pip install shadowsocks==2.0.11

shadowsocks 2.0.102014-07-11T11:00:46Windows:

py -m pip install shadowsocks==2.0.10

Unix/macOs:

pip install shadowsocks==2.0.10

shadowsocks 2.0.92014-07-06T15:49:16Windows:

py -m pip install shadowsocks==2.0.9

Unix/macOs:

pip install shadowsocks==2.0.9

shadowsocks 2.0.82014-06-23T14:34:42Windows:

py -m pip install shadowsocks==2.0.8

Unix/macOs:

pip install shadowsocks==2.0.8

shadowsocks 2.0.72014-06-21T03:27:43Windows:

py -m pip install shadowsocks==2.0.7

Unix/macOs:

pip install shadowsocks==2.0.7

shadowsocks 2.0.62014-06-19T02:17:24Windows:

py -m pip install shadowsocks==2.0.6

Unix/macOs:

pip install shadowsocks==2.0.6

shadowsocks 2.0.52014-06-18T08:00:48Windows:

py -m pip install shadowsocks==2.0.5

Unix/macOs:

pip install shadowsocks==2.0.5

shadowsocks 2.0.42014-06-12T09:15:59Windows:

py -m pip install shadowsocks==2.0.4

Unix/macOs:

pip install shadowsocks==2.0.4

shadowsocks 2.0.32014-06-11T11:28:27Windows:

py -m pip install shadowsocks==2.0.3

Unix/macOs:

pip install shadowsocks==2.0.3

shadowsocks 2.0.22014-06-11T07:03:23Windows:

py -m pip install shadowsocks==2.0.2

Unix/macOs:

pip install shadowsocks==2.0.2

shadowsocks 2.0.12014-06-06T15:19:00Windows:

py -m pip install shadowsocks==2.0.1

Unix/macOs:

pip install shadowsocks==2.0.1

shadowsocks 2.02014-06-05T13:24:08Windows:

py -m pip install shadowsocks==2.0

Unix/macOs:

pip install shadowsocks==2.0

shadowsocks 1.4.52014-05-24T14:09:49Windows:

py -m pip install shadowsocks==1.4.5

Unix/macOs:

pip install shadowsocks==1.4.5

shadowsocks 1.4.42014-05-17T07:44:44Windows:

py -m pip install shadowsocks==1.4.4

Unix/macOs:

pip install shadowsocks==1.4.4

shadowsocks 1.4.32014-05-13T12:56:54Windows:

py -m pip install shadowsocks==1.4.3

Unix/macOs:

pip install shadowsocks==1.4.3

shadowsocks 1.4.22014-05-09T17:30:45Windows:

py -m pip install shadowsocks==1.4.2

Unix/macOs:

pip install shadowsocks==1.4.2

shadowsocks 1.4.12014-05-03T00:45:00Windows:

py -m pip install shadowsocks==1.4.1

Unix/macOs:

pip install shadowsocks==1.4.1

shadowsocks 1.4.02014-05-02T06:04:24Windows:

py -m pip install shadowsocks==1.4.0

Unix/macOs:

pip install shadowsocks==1.4.0

shadowsocks 1.3.72014-04-18T10:55:04Windows:

py -m pip install shadowsocks==1.3.7

Unix/macOs:

pip install shadowsocks==1.3.7

shadowsocks 1.3.62014-04-10T06:00:32Windows:

py -m pip install shadowsocks==1.3.6

Unix/macOs:

pip install shadowsocks==1.3.6

shadowsocks 1.3.52014-04-07T09:06:33Windows:

py -m pip install shadowsocks==1.3.5

Unix/macOs:

pip install shadowsocks==1.3.5

shadowsocks 1.3.42014-02-17T05:32:25Windows:

py -m pip install shadowsocks==1.3.4

Unix/macOs:

pip install shadowsocks==1.3.4

shadowsocks 1.3.32013-07-09T12:58:28Windows:

py -m pip install shadowsocks==1.3.3

Unix/macOs:

pip install shadowsocks==1.3.3

shadowsocks 1.3.22013-07-04T15:16:28Windows:

py -m pip install shadowsocks==1.3.2

Unix/macOs:

pip install shadowsocks==1.3.2

shadowsocks 1.3.12013-06-29T06:34:59Windows:

py -m pip install shadowsocks==1.3.1

Unix/macOs:

pip install shadowsocks==1.3.1

shadowsocks 1.3.02013-06-22T10:58:27Windows:

py -m pip install shadowsocks==1.3.0

Unix/macOs:

pip install shadowsocks==1.3.0


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

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

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_shadowsocks_downloaded_file>

On Unix/macOs:

pip install <path_to_shadowsocks_downloaded_file>


List distribution:


Project link:

- Homepage