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

How to install stellar-sdk via python pip




stellar-sdk - The Python Stellar SDK library provides APIs to build transactions and connect to Horizon., it belongs to Classifiers:

- Programming Language :: Python :: Implementation :: PyPy
- Typing :: Typed

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



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_stellar-sdk_env

- Active the virtual environment

test_stellar-sdk_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_stellar-sdk_env

- Active the virtual environment

source test_stellar-sdk_env/bin/active


Step 2: OK, now, let flow below content to start the installation stellar-sdk

To install stellar-sdk on Windows(CMD):

py -m pip install stellar-sdk

To install stellar-sdk on Unix/macOs:

pip install stellar-sdk


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

Example:

pip install stellar-sdk==0.1.9


Please see the version list below table:

VersionReleased dateCommand
stellar-sdk 8.1.02022-06-13T14:48:43Windows:

py -m pip install stellar-sdk==8.1.0

Unix/macOs:

pip install stellar-sdk==8.1.0

stellar-sdk 8.0.12022-06-04T06:29:58Windows:

py -m pip install stellar-sdk==8.0.1

Unix/macOs:

pip install stellar-sdk==8.0.1

stellar-sdk 8.0.02022-05-07T07:44:15Windows:

py -m pip install stellar-sdk==8.0.0

Unix/macOs:

pip install stellar-sdk==8.0.0

stellar-sdk 7.0.32022-04-24T09:56:18Windows:

py -m pip install stellar-sdk==7.0.3

Unix/macOs:

pip install stellar-sdk==7.0.3

stellar-sdk 7.0.22022-04-07T06:24:11Windows:

py -m pip install stellar-sdk==7.0.2

Unix/macOs:

pip install stellar-sdk==7.0.2

stellar-sdk 7.0.12022-02-23T12:01:14Windows:

py -m pip install stellar-sdk==7.0.1

Unix/macOs:

pip install stellar-sdk==7.0.1

stellar-sdk 7.0.02022-01-12T07:55:11Windows:

py -m pip install stellar-sdk==7.0.0

Unix/macOs:

pip install stellar-sdk==7.0.0

stellar-sdk 6.1.12021-11-24T00:53:54Windows:

py -m pip install stellar-sdk==6.1.1

Unix/macOs:

pip install stellar-sdk==6.1.1

stellar-sdk 6.1.02021-11-17T01:18:16Windows:

py -m pip install stellar-sdk==6.1.0

Unix/macOs:

pip install stellar-sdk==6.1.0

stellar-sdk 6.0.12021-11-15T14:04:21Windows:

py -m pip install stellar-sdk==6.0.1

Unix/macOs:

pip install stellar-sdk==6.0.1

stellar-sdk 6.0.02021-11-13T13:39:48Windows:

py -m pip install stellar-sdk==6.0.0

Unix/macOs:

pip install stellar-sdk==6.0.0

stellar-sdk 5.0.12021-11-09T23:50:08Windows:

py -m pip install stellar-sdk==5.0.1

Unix/macOs:

pip install stellar-sdk==5.0.1

stellar-sdk 5.0.02021-10-06T15:15:34Windows:

py -m pip install stellar-sdk==5.0.0

Unix/macOs:

pip install stellar-sdk==5.0.0

stellar-sdk 4.2.22021-09-23T00:39:55Windows:

py -m pip install stellar-sdk==4.2.2

Unix/macOs:

pip install stellar-sdk==4.2.2

stellar-sdk 4.2.12021-09-18T00:49:12Windows:

py -m pip install stellar-sdk==4.2.1

Unix/macOs:

pip install stellar-sdk==4.2.1

stellar-sdk 4.2.02021-09-17T00:07:39Windows:

py -m pip install stellar-sdk==4.2.0

Unix/macOs:

pip install stellar-sdk==4.2.0

stellar-sdk 4.1.12021-08-23T03:18:27Windows:

py -m pip install stellar-sdk==4.1.1

Unix/macOs:

pip install stellar-sdk==4.1.1

stellar-sdk 4.1.02021-07-28T01:23:40Windows:

py -m pip install stellar-sdk==4.1.0

Unix/macOs:

pip install stellar-sdk==4.1.0

stellar-sdk 4.0.02021-06-30T13:40:59Windows:

py -m pip install stellar-sdk==4.0.0

Unix/macOs:

pip install stellar-sdk==4.0.0

stellar-sdk 3.3.52021-06-03T15:46:23Windows:

py -m pip install stellar-sdk==3.3.5

Unix/macOs:

pip install stellar-sdk==3.3.5

stellar-sdk 3.3.42021-05-18T13:08:04Windows:

py -m pip install stellar-sdk==3.3.4

Unix/macOs:

pip install stellar-sdk==3.3.4

stellar-sdk 3.3.32021-05-15T11:29:38Windows:

py -m pip install stellar-sdk==3.3.3

Unix/macOs:

pip install stellar-sdk==3.3.3

stellar-sdk 3.3.22021-05-06T14:55:44Windows:

py -m pip install stellar-sdk==3.3.2

Unix/macOs:

pip install stellar-sdk==3.3.2

stellar-sdk 3.3.12021-04-25T06:58:19Windows:

py -m pip install stellar-sdk==3.3.1

Unix/macOs:

pip install stellar-sdk==3.3.1

stellar-sdk 3.3.02021-04-17T08:14:43Windows:

py -m pip install stellar-sdk==3.3.0

Unix/macOs:

pip install stellar-sdk==3.3.0

stellar-sdk 3.2.12021-04-16T11:55:21Windows:

py -m pip install stellar-sdk==3.2.1

Unix/macOs:

pip install stellar-sdk==3.2.1

stellar-sdk 3.2.02021-04-01T12:20:55Windows:

py -m pip install stellar-sdk==3.2.0

Unix/macOs:

pip install stellar-sdk==3.2.0

stellar-sdk 3.1.42021-03-16T12:34:39Windows:

py -m pip install stellar-sdk==3.1.4

Unix/macOs:

pip install stellar-sdk==3.1.4

stellar-sdk 3.1.32021-03-04T14:44:22Windows:

py -m pip install stellar-sdk==3.1.3

Unix/macOs:

pip install stellar-sdk==3.1.3

stellar-sdk 3.1.22021-02-28T07:03:38Windows:

py -m pip install stellar-sdk==3.1.2

Unix/macOs:

pip install stellar-sdk==3.1.2

stellar-sdk 3.1.12021-01-20T11:54:23Windows:

py -m pip install stellar-sdk==3.1.1

Unix/macOs:

pip install stellar-sdk==3.1.1

stellar-sdk 3.1.02021-01-19T09:07:23Windows:

py -m pip install stellar-sdk==3.1.0

Unix/macOs:

pip install stellar-sdk==3.1.0

stellar-sdk 3.0.02021-01-06T14:33:46Windows:

py -m pip install stellar-sdk==3.0.0

Unix/macOs:

pip install stellar-sdk==3.0.0

stellar-sdk 2.13.02021-04-17T08:14:41Windows:

py -m pip install stellar-sdk==2.13.0

Unix/macOs:

pip install stellar-sdk==2.13.0

stellar-sdk 2.12.02021-04-01T12:20:50Windows:

py -m pip install stellar-sdk==2.12.0

Unix/macOs:

pip install stellar-sdk==2.12.0

stellar-sdk 2.11.32021-03-16T12:34:37Windows:

py -m pip install stellar-sdk==2.11.3

Unix/macOs:

pip install stellar-sdk==2.11.3

stellar-sdk 2.11.22021-03-04T14:44:05Windows:

py -m pip install stellar-sdk==2.11.2

Unix/macOs:

pip install stellar-sdk==2.11.2

stellar-sdk 2.11.12021-01-20T11:54:21Windows:

py -m pip install stellar-sdk==2.11.1

Unix/macOs:

pip install stellar-sdk==2.11.1

stellar-sdk 2.11.02021-01-19T09:06:19Windows:

py -m pip install stellar-sdk==2.11.0

Unix/macOs:

pip install stellar-sdk==2.11.0

stellar-sdk 2.10.12020-12-22T12:22:24Windows:

py -m pip install stellar-sdk==2.10.1

Unix/macOs:

pip install stellar-sdk==2.10.1

stellar-sdk 2.10.02020-11-15T11:59:16Windows:

py -m pip install stellar-sdk==2.10.0

Unix/macOs:

pip install stellar-sdk==2.10.0

stellar-sdk 2.9.02020-11-11T12:49:45Windows:

py -m pip install stellar-sdk==2.9.0

Unix/macOs:

pip install stellar-sdk==2.9.0

stellar-sdk 2.8.12020-10-15T13:16:44Windows:

py -m pip install stellar-sdk==2.8.1

Unix/macOs:

pip install stellar-sdk==2.8.1

stellar-sdk 2.8.02020-10-04T03:31:15Windows:

py -m pip install stellar-sdk==2.8.0

Unix/macOs:

pip install stellar-sdk==2.8.0

stellar-sdk 2.7.02020-08-28T13:56:08Windows:

py -m pip install stellar-sdk==2.7.0

Unix/macOs:

pip install stellar-sdk==2.7.0

stellar-sdk 2.6.42020-08-14T13:56:10Windows:

py -m pip install stellar-sdk==2.6.4

Unix/macOs:

pip install stellar-sdk==2.6.4

stellar-sdk 2.6.32020-08-09T06:31:16Windows:

py -m pip install stellar-sdk==2.6.3

Unix/macOs:

pip install stellar-sdk==2.6.3

stellar-sdk 2.6.22020-07-20T13:27:37Windows:

py -m pip install stellar-sdk==2.6.2

Unix/macOs:

pip install stellar-sdk==2.6.2

stellar-sdk 2.6.12020-06-21T07:58:43Windows:

py -m pip install stellar-sdk==2.6.1

Unix/macOs:

pip install stellar-sdk==2.6.1

stellar-sdk 2.6.02020-06-18T15:06:15Windows:

py -m pip install stellar-sdk==2.6.0

Unix/macOs:

pip install stellar-sdk==2.6.0

stellar-sdk 2.5.32020-06-14T13:33:08Windows:

py -m pip install stellar-sdk==2.5.3

Unix/macOs:

pip install stellar-sdk==2.5.3

stellar-sdk 2.5.22020-06-03T13:46:24Windows:

py -m pip install stellar-sdk==2.5.2

Unix/macOs:

pip install stellar-sdk==2.5.2

stellar-sdk 2.5.12020-05-27T11:44:19Windows:

py -m pip install stellar-sdk==2.5.1

Unix/macOs:

pip install stellar-sdk==2.5.1

stellar-sdk 2.5.02020-05-25T13:11:38Windows:

py -m pip install stellar-sdk==2.5.0

Unix/macOs:

pip install stellar-sdk==2.5.0

stellar-sdk 2.4.22020-05-23T08:10:20Windows:

py -m pip install stellar-sdk==2.4.2

Unix/macOs:

pip install stellar-sdk==2.4.2

stellar-sdk 2.4.12020-05-10T11:12:22Windows:

py -m pip install stellar-sdk==2.4.1

Unix/macOs:

pip install stellar-sdk==2.4.1

stellar-sdk 2.4.02020-05-05T14:04:08Windows:

py -m pip install stellar-sdk==2.4.0

Unix/macOs:

pip install stellar-sdk==2.4.0

stellar-sdk 2.3.22020-05-01T15:31:15Windows:

py -m pip install stellar-sdk==2.3.2

Unix/macOs:

pip install stellar-sdk==2.3.2

stellar-sdk 2.3.12020-04-12T08:18:09Windows:

py -m pip install stellar-sdk==2.3.1

Unix/macOs:

pip install stellar-sdk==2.3.1

stellar-sdk 2.3.02020-03-31T14:02:54Windows:

py -m pip install stellar-sdk==2.3.0

Unix/macOs:

pip install stellar-sdk==2.3.0

stellar-sdk 2.2.32020-03-12T12:34:41Windows:

py -m pip install stellar-sdk==2.2.3

Unix/macOs:

pip install stellar-sdk==2.2.3

stellar-sdk 2.2.22020-03-08T02:47:36Windows:

py -m pip install stellar-sdk==2.2.2

Unix/macOs:

pip install stellar-sdk==2.2.2

stellar-sdk 2.2.12020-02-12T11:48:41Windows:

py -m pip install stellar-sdk==2.2.1

Unix/macOs:

pip install stellar-sdk==2.2.1

stellar-sdk 2.2.02020-02-07T14:23:14Windows:

py -m pip install stellar-sdk==2.2.0

Unix/macOs:

pip install stellar-sdk==2.2.0

stellar-sdk 2.1.42020-02-12T11:38:04Windows:

py -m pip install stellar-sdk==2.1.4

Unix/macOs:

pip install stellar-sdk==2.1.4

stellar-sdk 2.1.32020-02-03T03:05:08Windows:

py -m pip install stellar-sdk==2.1.3

Unix/macOs:

pip install stellar-sdk==2.1.3

stellar-sdk 2.1.22020-02-02T11:23:00Windows:

py -m pip install stellar-sdk==2.1.2

Unix/macOs:

pip install stellar-sdk==2.1.2

stellar-sdk 2.1.12020-01-31T12:21:35Windows:

py -m pip install stellar-sdk==2.1.1

Unix/macOs:

pip install stellar-sdk==2.1.1

stellar-sdk 2.1.02020-01-04T13:42:13Windows:

py -m pip install stellar-sdk==2.1.0

Unix/macOs:

pip install stellar-sdk==2.1.0

stellar-sdk 2.0.02019-11-29T15:19:18Windows:

py -m pip install stellar-sdk==2.0.0

Unix/macOs:

pip install stellar-sdk==2.0.0

stellar-sdk 1.4.02019-10-11T01:05:02Windows:

py -m pip install stellar-sdk==1.4.0

Unix/macOs:

pip install stellar-sdk==1.4.0

stellar-sdk 1.3.22019-09-24T14:01:59Windows:

py -m pip install stellar-sdk==1.3.2

Unix/macOs:

pip install stellar-sdk==1.3.2

stellar-sdk 1.3.12019-08-09T15:04:45Windows:

py -m pip install stellar-sdk==1.3.1

Unix/macOs:

pip install stellar-sdk==1.3.1

stellar-sdk 1.3.02019-08-02T15:57:02Windows:

py -m pip install stellar-sdk==1.3.0

Unix/macOs:

pip install stellar-sdk==1.3.0

stellar-sdk 1.2.22019-06-27T00:52:19Windows:

py -m pip install stellar-sdk==1.2.2

Unix/macOs:

pip install stellar-sdk==1.2.2

stellar-sdk 1.2.12019-06-20T06:24:43Windows:

py -m pip install stellar-sdk==1.2.1

Unix/macOs:

pip install stellar-sdk==1.2.1

stellar-sdk 1.2.02019-05-06T02:58:55Windows:

py -m pip install stellar-sdk==1.2.0

Unix/macOs:

pip install stellar-sdk==1.2.0

stellar-sdk 1.1.42019-05-05T03:32:27Windows:

py -m pip install stellar-sdk==1.1.4

Unix/macOs:

pip install stellar-sdk==1.1.4

stellar-sdk 1.1.32019-04-21T16:27:34Windows:

py -m pip install stellar-sdk==1.1.3

Unix/macOs:

pip install stellar-sdk==1.1.3

stellar-sdk 1.1.22019-04-17T06:37:34Windows:

py -m pip install stellar-sdk==1.1.2

Unix/macOs:

pip install stellar-sdk==1.1.2

stellar-sdk 1.1.02019-02-28T07:55:13Windows:

py -m pip install stellar-sdk==1.1.0

Unix/macOs:

pip install stellar-sdk==1.1.0

stellar-sdk 1.0.32019-02-01T02:43:57Windows:

py -m pip install stellar-sdk==1.0.3

Unix/macOs:

pip install stellar-sdk==1.0.3

stellar-sdk 1.0.22018-12-31T07:19:22Windows:

py -m pip install stellar-sdk==1.0.2

Unix/macOs:

pip install stellar-sdk==1.0.2

stellar-sdk 1.0.12018-12-12T10:32:48Windows:

py -m pip install stellar-sdk==1.0.1

Unix/macOs:

pip install stellar-sdk==1.0.1

stellar-sdk 1.0.02018-10-31T09:40:46Windows:

py -m pip install stellar-sdk==1.0.0

Unix/macOs:

pip install stellar-sdk==1.0.0

stellar-sdk 0.2.42018-10-30T14:25:14Windows:

py -m pip install stellar-sdk==0.2.4

Unix/macOs:

pip install stellar-sdk==0.2.4

stellar-sdk 0.2.32018-10-24T18:19:01Windows:

py -m pip install stellar-sdk==0.2.3

Unix/macOs:

pip install stellar-sdk==0.2.3

stellar-sdk 0.2.22018-10-21T13:39:35Windows:

py -m pip install stellar-sdk==0.2.2

Unix/macOs:

pip install stellar-sdk==0.2.2

stellar-sdk 0.2.12018-10-09T09:53:41Windows:

py -m pip install stellar-sdk==0.2.1

Unix/macOs:

pip install stellar-sdk==0.2.1

stellar-sdk 0.2.02018-08-16T23:58:03Windows:

py -m pip install stellar-sdk==0.2.0

Unix/macOs:

pip install stellar-sdk==0.2.0

stellar-sdk 0.1.102018-10-10T13:40:40Windows:

py -m pip install stellar-sdk==0.1.10

Unix/macOs:

pip install stellar-sdk==0.1.10

stellar-sdk 0.1.92018-08-16T23:55:22Windows:

py -m pip install stellar-sdk==0.1.9

Unix/macOs:

pip install stellar-sdk==0.1.9


Step 4: Otherwise, you can install stellar-sdk from local archives:

Download the distribution file from stellar-sdk-8.1.0.tar.gz or the specific stellar-sdk version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_stellar-sdk_downloaded_file>

On Unix/macOs:

pip install <path_to_stellar-sdk_downloaded_file>


List distribution:


Project link:

- Homepage
- Bug Tracker
- Documentation
- Repository