Skip to main content

compat_check_pypi

Package for gRPC Python.

Supported Python Versions

Python >= 3.5

Deprecated Python Versions

Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

Installation

gRPC Python is available for Linux, macOS, and Windows.

Installing From PyPI

If you are installing locally…

$ pip install grpcio

Else system wide (on Ubuntu)…

$ sudo pip install grpcio

If you’re on Windows make sure that you installed the pip.exe component when you installed Python (if not go back and install it!) then invoke:

$ pip.exe install grpcio

Windows users may need to invoke pip.exe from a command line ran as administrator.

n.b. On Windows and on Mac OS X one must have a recent release of pip to retrieve the proper wheel from PyPI. Be sure to upgrade to the latest version!

Installing From Source

Building from source requires that you have the Python headers (usually a package named python-dev).

$ export REPO_ROOT=grpc  # REPO_ROOT can be any directory of your choice
$ git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc $REPO_ROOT
$ cd $REPO_ROOT
$ git submodule update --init

# For the next two commands do `sudo pip install` if you get permission-denied errors
$ pip install -rrequirements.txt
$ GRPC_PYTHON_BUILD_WITH_CYTHON=1 pip install .

You cannot currently install Python from source on Windows. Things might work out for you in MSYS2 (follow the Linux instructions), but it isn’t officially supported at the moment.

Troubleshooting

Help, I …

  • … see a pkg_resources.VersionConflict when I try to install grpc

    This is likely because pip doesn’t own the offending dependency, which in turn is likely because your operating system’s package manager owns it. You’ll need to force the installation of the dependency:

    pip install --ignore-installed $OFFENDING_DEPENDENCY

    For example, if you get an error like the following:

    Traceback (most recent call last):
    File "<string>", line 17, in <module>
     ...
    File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 509, in find
      raise VersionConflict(dist, req)
    pkg_resources.VersionConflict: (six 1.8.0 (/usr/lib/python2.7/dist-packages), Requirement.parse('six>=1.10'))

    You can fix it by doing:

    sudo pip install --ignore-installed six
  • … see the following error on some platforms

    /tmp/pip-build-U8pSsr/cython/Cython/Plex/Scanners.c:4:20: fatal error: Python.h: No such file or directory
    #include "Python.h"
                    ^
    compilation terminated.

    You can fix it by installing python-dev package. i.e

    sudo apt-get install python-dev

Release files for grpcio 1.22.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for grpcio 1.22.0
File Size Uploaded
grpcio-1.22.0.tar.gz 13.9 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for grpcio 1.22.0
File
grpcio-1.22.0-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
grpcio-1.22.0-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
grpcio-1.22.0-cp37-cp37m-manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
grpcio-1.22.0-cp37-cp37m-manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
grpcio-1.22.0-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details
grpcio-1.22.0-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
grpcio-1.22.0-cp36-cp36m-win32.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-32 Details
grpcio-1.22.0-cp36-cp36m-manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
grpcio-1.22.0-cp36-cp36m-manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details
grpcio-1.22.0-cp36-cp36m-macosx_10_9_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64 Details
grpcio-1.22.0-cp36-cp36m-linux_armv7l.whl CPython 3.6 CPython 3.6 pymalloc linux armv7l Details
grpcio-1.22.0-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
grpcio-1.22.0-cp35-cp35m-win32.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-32 Details
grpcio-1.22.0-cp35-cp35m-manylinux1_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64 Details
grpcio-1.22.0-cp35-cp35m-manylinux1_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32 Details
grpcio-1.22.0-cp35-cp35m-macosx_10_7_intel.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.7+ Intel (x86-64, i386) Details
grpcio-1.22.0-cp35-cp35m-linux_armv7l.whl CPython 3.5 CPython 3.5 pymalloc linux armv7l Details
grpcio-1.22.0-cp34-cp34m-win_amd64.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-64 Details
grpcio-1.22.0-cp34-cp34m-win32.whl CPython 3.4 CPython 3.4 pymalloc Windows x86-32 Details
grpcio-1.22.0-cp34-cp34m-manylinux1_x86_64.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64 Details
grpcio-1.22.0-cp34-cp34m-manylinux1_i686.whl CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32 Details
grpcio-1.22.0-cp34-cp34m-macosx_10_7_intel.whl CPython 3.4 CPython 3.4 pymalloc macOS 10.7+ Intel (x86-64, i386) Details
grpcio-1.22.0-cp34-cp34m-linux_armv7l.whl CPython 3.4 CPython 3.4 pymalloc linux armv7l Details
grpcio-1.22.0-cp27-cp27mu-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 Details
grpcio-1.22.0-cp27-cp27mu-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 Details
grpcio-1.22.0-cp27-cp27mu-linux_armv7l.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode linux armv7l Details
grpcio-1.22.0-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
grpcio-1.22.0-cp27-cp27m-win32.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-32 Details
grpcio-1.22.0-cp27-cp27m-manylinux1_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 Details
grpcio-1.22.0-cp27-cp27m-manylinux1_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 Details
grpcio-1.22.0-cp27-cp27m-macosx_10_9_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64 Details

Total release size:114.7 MB

Release files / grpcio-1.22.0.tar.gz

Download URL grpcio-1.22.0.tar.gz
Size 13.9 MB
Tags Source
SHA-256 checksum
How to use checksums
8805d486c6128cc0fcc8ecf16c4095d99a8693a541ef851429ab334e028a4a97
BLAKE2b-256 checksum
How to use checksums
19c1bee35b6efcace3c77cb275c6465ba9e574d01acf9abf785253fdeed526f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp37-cp37m-win_amd64.whl

Download URL grpcio-1.22.0-cp37-cp37m-win_amd64.whl
Size 1.6 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
d4145c8aa6afbac10ad27e408f7ce15992fe89ba5d0b4abca31c0c2729864c03
BLAKE2b-256 checksum
How to use checksums
7af5fe046577387a3589ab3092096ca423fcf9a8c7ac876f56c6f3b4c9b9e533
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp37-cp37m-win32.whl

Download URL grpcio-1.22.0-cp37-cp37m-win32.whl
Size 1.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
7ab178da777fc0f55b6aef5a755f99726e8e4b75e3903954df07b27059b54fcf
BLAKE2b-256 checksum
How to use checksums
1dcdf4c94ff2567eb3b7569fabaf3c63a88f4cb090a445a6656026523dde5890
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp37-cp37m-manylinux1_x86_64.whl

Download URL grpcio-1.22.0-cp37-cp37m-manylinux1_x86_64.whl
Size 2.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
44c7f99ca17ebbcc96fc54ed00b454d8313f1eac28c563098d8b901025aff941
BLAKE2b-256 checksum
How to use checksums
9db1b80dea9e0bbbdd07bf7ba69c6df1aeb3e88b90b85ca326c40be9e29bc37c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp37-cp37m-manylinux1_i686.whl

Download URL grpcio-1.22.0-cp37-cp37m-manylinux1_i686.whl
Size 2.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
8d71b7a89c306a41ccc7741fc9409b14f5b86727455c2a1c0c7cfcb0f784e1f2
BLAKE2b-256 checksum
How to use checksums
6ba59259d8a67d24308de72f59f5ef7d98944ccd262f0d0b80f83d4974ea51a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL grpcio-1.22.0-cp37-cp37m-macosx_10_9_x86_64.whl
Size 2.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9e290c84a145ae2411ee0ec9913c41cd7500e2e7485fe93632434d84ef4fda67
BLAKE2b-256 checksum
How to use checksums
2439b9b64be086bb437c83d56b5a400b50360ccf683c476ad702836a39a4eefd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp36-cp36m-win_amd64.whl

Download URL grpcio-1.22.0-cp36-cp36m-win_amd64.whl
Size 1.6 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
f9c67cfe6278499d7f83559dc6322a8bbb108e307817a3d7acbfea807b3603cc
BLAKE2b-256 checksum
How to use checksums
7893297ff3656f1073fba84e2f9633ad3b27a007eb59ad22099ac30142f80365
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp36-cp36m-win32.whl

Download URL grpcio-1.22.0-cp36-cp36m-win32.whl
Size 1.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
766d79cddad95f5f6020037fe60ea8b98578afdf0c59d5a60c106c1bdd886303
BLAKE2b-256 checksum
How to use checksums
ca16df22d7b73b53ff64b2ac3d92e4c3786a1f99599fa69c90ba29e141ed96da
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp36-cp36m-manylinux1_x86_64.whl

Download URL grpcio-1.22.0-cp36-cp36m-manylinux1_x86_64.whl
Size 2.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
561bca3b1bde6d6564306eb05848fd155136e9c3a25d2961129b1e2edba22fce
BLAKE2b-256 checksum
How to use checksums
f25db434403adb2db8853a97828d3d19f2032e79d630e0d11a8e95d243103a11
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp36-cp36m-manylinux1_i686.whl

Download URL grpcio-1.22.0-cp36-cp36m-manylinux1_i686.whl
Size 2.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
9ec9f88b5bc94bd99372f27cdd53af1c92ba06717380b127733b953cfb181174
BLAKE2b-256 checksum
How to use checksums
faaade1f69fbb172ea6dd30e5a15c0677cb542c094effb59ca52250156d0662b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp36-cp36m-macosx_10_9_x86_64.whl

Download URL grpcio-1.22.0-cp36-cp36m-macosx_10_9_x86_64.whl
Size 2.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
9e1b80bd65f8f160880cb4dad7f55697f6d37b2d7f251fc0c2128e811928f369
BLAKE2b-256 checksum
How to use checksums
444198f0c012ee3eed1a449df504343c3f3c5f9b0c2ae4d6eb31cf6c790a560c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp36-cp36m-linux_armv7l.whl

Download URL grpcio-1.22.0-cp36-cp36m-linux_armv7l.whl
Size 11.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc linux armv7l
SHA-256 checksum
How to use checksums
03b78b4e7dcdfe3e257bb528cc93923f9cbbab6d5babf15a60d21e9a4a70b1a2
BLAKE2b-256 checksum
How to use checksums
3a983fe48b15cb6f4922921cd380d2bce571830aa9b0b579313b0eb29549006e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp35-cp35m-win_amd64.whl

Download URL grpcio-1.22.0-cp35-cp35m-win_amd64.whl
Size 1.6 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
1ce0ccfbdfe84387dbcbf44adb4ae16ec7ae70e166ffab478993eb1ea1cba3ce
BLAKE2b-256 checksum
How to use checksums
46041c033d1f9e7f9f2145ff4d4946967016cd357aef313df8ce58e4ce1c1fd0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp35-cp35m-win32.whl

Download URL grpcio-1.22.0-cp35-cp35m-win32.whl
Size 1.3 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
85600b63a386d860eeaa955e9335e18dd0d7e5477e9214825abf2c2884488369
BLAKE2b-256 checksum
How to use checksums
6ea5e83a39f1f03a15963e6ab15a37600da8b7ac14a9fbd52f9a6a2282431a9d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp35-cp35m-manylinux1_x86_64.whl

Download URL grpcio-1.22.0-cp35-cp35m-manylinux1_x86_64.whl
Size 2.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
cefc4d4251ffb73feb303d4b7e9d6c367cb60f2db16d259ea28b114045f965aa
BLAKE2b-256 checksum
How to use checksums
7e8e9e446349fc449951ecf3768070483ea88e76725cdd5bbddb9bc50f6948d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp35-cp35m-manylinux1_i686.whl

Download URL grpcio-1.22.0-cp35-cp35m-manylinux1_i686.whl
Size 2.1 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
5471444f53f9db6a1f1f11f5dbc173228881df8446380b6b98f90afb8fd8348e
BLAKE2b-256 checksum
How to use checksums
7fb91b698d364820b68bcc1f38769a0a0d71327453a17b19e8226f87f4c5d4bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp35-cp35m-macosx_10_7_intel.whl

Download URL grpcio-1.22.0-cp35-cp35m-macosx_10_7_intel.whl
Size 3.8 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.7+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
31d0aeca8d8ee2301c62c5c340e0889d653b1280d68f9fa203982cb6337b050e
BLAKE2b-256 checksum
How to use checksums
67c25f6a2719ae38f52656cf2f45f682340a0f62358cd7c8650d67bd5f15f70e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp35-cp35m-linux_armv7l.whl

Download URL grpcio-1.22.0-cp35-cp35m-linux_armv7l.whl
Size 11.5 MB
Tags CPython 3.5 CPython 3.5 pymalloc linux armv7l
SHA-256 checksum
How to use checksums
dde2452c08ef8b6426ccab6b5b6de9f06d836d9937d6870e68153cbf8cb49348
BLAKE2b-256 checksum
How to use checksums
17a61c8073611693b85061611b24804f684d283a6ed4e553250bcf99b08ec04b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp34-cp34m-win_amd64.whl

Download URL grpcio-1.22.0-cp34-cp34m-win_amd64.whl
Size 1.6 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
a6e028c2a6da2ebfa2365a5b32531d311fbfec0e3600fc27e901b64f0ff7e54e
BLAKE2b-256 checksum
How to use checksums
53c6f153f11e7ab9b173249f6fc83bf905fd4da3bd57224270e4d4d0534ca59f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp34-cp34m-win32.whl

Download URL grpcio-1.22.0-cp34-cp34m-win32.whl
Size 1.6 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
857d9b939ae128be1c0c792eb885c7ff6a386b9dea899ac4b06f4d90a31f9d87
BLAKE2b-256 checksum
How to use checksums
1aed2b36c135d56a3341dfd98f154b9e4f71745fdbfd7c6f2510c117d142953a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp34-cp34m-manylinux1_x86_64.whl

Download URL grpcio-1.22.0-cp34-cp34m-manylinux1_x86_64.whl
Size 2.2 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
adcdebf9f8463df4120c427cf6c9aed39258bccd03ed37b6939e7a145d64d6e0
BLAKE2b-256 checksum
How to use checksums
3534304a31bf1d334b26879e56594891ffcc696bca33bec6bd4d97bd76d6c3cb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp34-cp34m-manylinux1_i686.whl

Download URL grpcio-1.22.0-cp34-cp34m-manylinux1_i686.whl
Size 2.1 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
8078305e77c2f6649d36b24d8778096413e474d9d7892c6f92cfb589c9d71b2e
BLAKE2b-256 checksum
How to use checksums
a55f6d649f535db42504abcf609cea4646abc38fecf5e476be202742fd8b8189
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp34-cp34m-macosx_10_7_intel.whl

Download URL grpcio-1.22.0-cp34-cp34m-macosx_10_7_intel.whl
Size 3.8 MB
Tags CPython 3.4 CPython 3.4 pymalloc macOS 10.7+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
e3d88091d2539a4868750914a6fe7b9ec50e42b913851fc1b77423b5bd918530
BLAKE2b-256 checksum
How to use checksums
58f64e3a8723f37525725c47729b55260bb3839bcb3d04448f6023acb1805a7a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp34-cp34m-linux_armv7l.whl

Download URL grpcio-1.22.0-cp34-cp34m-linux_armv7l.whl
Size 11.5 MB
Tags CPython 3.4 CPython 3.4 pymalloc linux armv7l
SHA-256 checksum
How to use checksums
da76dc5ad719ee99de5ea28a5629ff92172cbb4a70d8a6ae3a5b7a53c7382ce1
BLAKE2b-256 checksum
How to use checksums
dfbe700bde6be766d91aaa9986d93b3cce48393b600346a98e6f32ee266594a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp27-cp27mu-manylinux1_x86_64.whl

Download URL grpcio-1.22.0-cp27-cp27mu-manylinux1_x86_64.whl
Size 2.2 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
87a41630c90c179fa5c593400f30a467c498972c702f348d41e19dafeb1d319e
BLAKE2b-256 checksum
How to use checksums
a5465d08b6e26748ed6f3b5e93d980ea5daa63c3a8200b2ad270645b0e2f9566
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp27-cp27mu-manylinux1_i686.whl

Download URL grpcio-1.22.0-cp27-cp27mu-manylinux1_i686.whl
Size 2.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
a4059c59519f5940e01a071f74ae2a60ea8f6185b03d22a09d40c7959a36b16b
BLAKE2b-256 checksum
How to use checksums
bdbb54da3c375455ad08a6b8d9a049362bf6c575bf385780783de6f1ae297a13
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp27-cp27mu-linux_armv7l.whl

Download URL grpcio-1.22.0-cp27-cp27mu-linux_armv7l.whl
Size 11.4 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode linux armv7l
SHA-256 checksum
How to use checksums
770b7372d5ca68308ff66d7baee53369fa5ce985f84bcb6aa1948c1f2f7b02f2
BLAKE2b-256 checksum
How to use checksums
85eeaae6414668aca9ca45a8d192d31e6e10d438d705c7ec910d1bd3e5b594c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp27-cp27m-win_amd64.whl

Download URL grpcio-1.22.0-cp27-cp27m-win_amd64.whl
Size 1.6 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
22e167a9406d73dd19ffe8ed6a485f17e6eac82505be8c108897f15e68badcbb
BLAKE2b-256 checksum
How to use checksums
474390edf49aa32c7b54773ac7d59861374d035a8b8f25f230e36bf4caa6ac40
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp27-cp27m-win32.whl

Download URL grpcio-1.22.0-cp27-cp27m-win32.whl
Size 1.6 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
bdec982610259d07156a58f80b8c3e69be7751a9208bc577b059c5193d087fad
BLAKE2b-256 checksum
How to use checksums
934fcd9362db9507d28720195a073bd09843865776f53292798a38310cacde00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp27-cp27m-manylinux1_x86_64.whl

Download URL grpcio-1.22.0-cp27-cp27m-manylinux1_x86_64.whl
Size 2.2 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
a0a02a8b4ba6deadf706d5f849539b3685b72b186a3c9ef5d43e8972ed60fb6f
BLAKE2b-256 checksum
How to use checksums
7cc07d3c59fc191b3d01528aaff9b9a17492005d9dd09fc6109e298a01925021
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp27-cp27m-manylinux1_i686.whl

Download URL grpcio-1.22.0-cp27-cp27m-manylinux1_i686.whl
Size 2.1 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
5bf58e1d2c2f55365c06e8cb5abe067b88ca2e5550fb62009c41df4b54505acf
BLAKE2b-256 checksum
How to use checksums
a0e90be056e26763a18f52c740aec6eb53425406579d0bc9d0cb0a0e0725b2a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release files / grpcio-1.22.0-cp27-cp27m-macosx_10_9_x86_64.whl

Download URL grpcio-1.22.0-cp27-cp27m-macosx_10_9_x86_64.whl
Size 2.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6b7163d1e85d76b0815df63fcc310daec02b44532bb433f743142d4febcb181f
BLAKE2b-256 checksum
How to use checksums
2aeff713328b4ce158e76b9fd7b4b440a5b7cc5744a6f61a1eba27a6ccbc1932
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/2.7.16

Release history Release notifications | RSS feed

This release

1.22.0 This release

32 release files

1.8.6

22 release files

1.8.4

23 release files

1.8.2

22 release files

1.8.1

23 release files

1.7.0

27 release files

1.6.3

27 release files

1.6.0

27 release files

1.4.0

27 release files

1.3.5

27 release files

1.3.3

26 release files

1.3.0

23 release files

1.2.1

23 release files

1.2.0

23 release files

1.1.3

23 release files

1.1.0

18 release files

1.0.4

18 release files

1.0.3

18 release files

1.0.2

18 release files

1.0.1

18 release files

1.0.0

18 release files

0.15.0

6 release files

0.14.0

6 release files

0.13.0

4 release files

0.12.0b8

0.4.0

0.3.0

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page