Skip to main content

Package for gRPC Python.

Installation

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

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!

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.14.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.14.0
File Size Uploaded
grpcio-1.14.0.tar.gz 14.4 MB Details

Built distributions (wheels)

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

Total release size: 179.9 MB

Release files / grpcio-1.14.0.tar.gz

Download URL grpcio-1.14.0.tar.gz
Size 14.4 MB
Tags Source
SHA-256 checksum
How to use checksums
9bf0ecab6816690d26d7be3fc8697058451fc82b45516cc1da108d4ba7888178
BLAKE2b-256 checksum
How to use checksums
8a5f3f8ae67af2e56c36d62b1d047bddd421a7502fbedd9daf2e6c2049a71424
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp37-cp37m-win_amd64.whl
Size 1.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
aee34b93a47e32970187601d73137d2ba58f8d246d4cd4f07b11e5c7412ee44b
BLAKE2b-256 checksum
How to use checksums
dac594cd76f800ba560e99f1f384bad4b272cfa615c299922e45ea00a5137e1e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp37-cp37m-win32.whl
Size 1.2 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
d5532c239607de8463e1284567e509aa00b848383e095ae243402b879efd9eaa
BLAKE2b-256 checksum
How to use checksums
e893297ee5a8d41cd243300eae2178201d2833e6472b79731674d232ce6883fe
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp37-cp37m-manylinux1_x86_64.whl
Size 9.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
05df31bacb29e5a6000bef5a41458d89a434358908c7f60a5d96b75e65df9dae
BLAKE2b-256 checksum
How to use checksums
d8de0245b956ac3e428812e59f948caf533bb74faa3a95df3c1a27c0c614c2f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp37-cp37m-manylinux1_i686.whl
Size 8.9 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
53daac425bb2ded3e6e8e96187d2feabeba0fe223c7234899664e50e1b970e11
BLAKE2b-256 checksum
How to use checksums
d90f066234d6f722c3f19824b37b9962ee21538a43ae03fede2cc1fa54c745dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp37-cp37m-macosx_10_9_x86_64.whl
Size 1.7 MB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
975a10b2d9af4d2a0c290777dfbee9548f7064e3854b865742942ee01c0e1623
BLAKE2b-256 checksum
How to use checksums
5b7b154ddf7ce425b45441f45cfe3c536d4ad8a7f2ae3d8e204256f09754b61c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp36-cp36m-win_amd64.whl
Size 1.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
a2859269bc99cf062f3832c279ad5440b8bc0677e5a032346fc1a8a80f145542
BLAKE2b-256 checksum
How to use checksums
318b2826552c933a27aec81f7b63ce49d8d8767c4acf5d37109b9fd70866155e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp36-cp36m-win32.whl
Size 1.2 MB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
2e26f5527886c7d755844c1d32ecd21f4690e349deb08410f9ffd0761a749787
BLAKE2b-256 checksum
How to use checksums
84d71cc43b3ba992fe2fe5aa45eb9989dee1447adfec40794d8ef0f0b8805b02
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp36-cp36m-manylinux1_x86_64.whl
Size 9.3 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
6d9f9ed6bdfa84d9eb418ad0c163560ac5d478c5334cdbaca06cc3fefea00e9c
BLAKE2b-256 checksum
How to use checksums
2ff6b1a6a703620ac4c393d286b0289c6bb51294629aa1cae8ef3bc1bcafd164
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp36-cp36m-manylinux1_i686.whl
Size 8.9 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
339835ce87d824dd76b05b050505aecd498d986990c6790df54b45c555d4fca7
BLAKE2b-256 checksum
How to use checksums
66e2389200169bde04d4b67d09785a45e6091cf1d5d13fa526cebf02fe2b8603
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

Release files / grpcio-1.14.0-cp36-cp36m-macosx_10_7_intel.whl

Download URL grpcio-1.14.0-cp36-cp36m-macosx_10_7_intel.whl
Size 1.9 MB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.7+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
3e1d55fe5c2b981ed438edbe365af855444ec3c5a8f0ff30a0ceb221a9555f09
BLAKE2b-256 checksum
How to use checksums
c2bc31fb22c3dcccf018341a88bb9edc642a9b78bdedf9153bd3edc0d8e2f070
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp36-cp36m-linux_armv7l.whl
Size 8.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc linux armv7l
SHA-256 checksum
How to use checksums
84812b2d4edcc081272062fceb71546334e56556bdd687efe63462ba0ff8e00c
BLAKE2b-256 checksum
How to use checksums
c37a236caf636ecf210e43478e81aa8692e15ea54132b57bae5c381852bb3558
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp35-cp35m-win_amd64.whl
Size 1.5 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
52e97f0bb6b9331330c15b05dc91f019e7730c2f99a54f72054ce274f77557ed
BLAKE2b-256 checksum
How to use checksums
2e1c7451288f896ce972a2d2112ed1d8106d3950a02afc5bddf307a1a5de3d73
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp35-cp35m-win32.whl
Size 1.2 MB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
4d01b1bc52bffc0a966d02bcfdd7054a27735954d18efb11d084543ff593f2de
BLAKE2b-256 checksum
How to use checksums
22fad6ca49f6ab95194c946d0d1680743486825c3b338e534aac84ac818bb6a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp35-cp35m-manylinux1_x86_64.whl
Size 9.3 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
e7d0a3ffa7ce3a40d9a2f00e8585264ceb2c0703d07afa39c5345fb33db27cbd
BLAKE2b-256 checksum
How to use checksums
23210aaa4c739503aec7e3a698f0e851f6953f986b53f47df60c18ae5bbd2d32
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp35-cp35m-manylinux1_i686.whl
Size 8.9 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
93318988bc6555ad9ff8ebbf47e56035a95958495385381282b68b991bc4302d
BLAKE2b-256 checksum
How to use checksums
f794b0942f4fad9aa0459bf7f142fafe4d248640533ce0cdb9ece97e275cf0df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp35-cp35m-macosx_10_7_intel.whl
Size 1.9 MB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.7+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
c04aea50e4abc1f0933320a45ba445a217ae57afefd72cb8d6cfa8e61f9bf424
BLAKE2b-256 checksum
How to use checksums
47f8c640b911dc215ca4c322694d5bd3d4a1f1713828bf61a8dae581bd29c3a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp35-cp35m-linux_armv7l.whl
Size 8.5 MB
Tags CPython 3.5 CPython 3.5 pymalloc linux armv7l
SHA-256 checksum
How to use checksums
126324da2d626e52760117508b9d5114d6c81cd07b871e65cb7a966390fe0fa2
BLAKE2b-256 checksum
How to use checksums
4e06714f2b7cf00a987cb3db0b12134e72ecfa745bce2ee573ccc6e2c804ba76
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp34-cp34m-win_amd64.whl
Size 1.5 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
9496b43a28d7c36fdf9632627d46487c4e53bca51fd964ff662d0e676c151a6d
BLAKE2b-256 checksum
How to use checksums
587bfe4f98e524f102b123bd502919a09154d712e811b8eefbe4e0edd18d2a38
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp34-cp34m-win32.whl
Size 1.5 MB
Tags CPython 3.4 CPython 3.4 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
34b4d43c46f1d7ee9411dba168a0870fd1837abd3d0b5210e6a726e4f6e026fa
BLAKE2b-256 checksum
How to use checksums
5b7e07b9419094c4471f44304e2360123dacef9876c967978e205f6e1346cc98
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp34-cp34m-manylinux1_x86_64.whl
Size 9.3 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
59434f6c77ed0dc6c83e278ed3c0e6f5991ae583fd1e8c5665f2a844bb33a3b7
BLAKE2b-256 checksum
How to use checksums
7a4e7c480e9f1eb4f8ff6fc875cf9c55f3ac973ba76632c2e3f033a8e7458227
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp34-cp34m-manylinux1_i686.whl
Size 8.9 MB
Tags CPython 3.4 CPython 3.4 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
1e03d85ce4d0e369301a51af6be52700b456e8e0710862a03ffe595bdf4d1de3
BLAKE2b-256 checksum
How to use checksums
053fa4e104c449b95a87213929115a6f58390c04fc1148561a73cc8f6c2c9d85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp34-cp34m-macosx_10_7_intel.whl
Size 2.0 MB
Tags CPython 3.4 CPython 3.4 pymalloc macOS 10.7+ Intel (x86-64, i386)
SHA-256 checksum
How to use checksums
29551709182a5b6e884f68424ee25ea1a0eb4532da1d57eceaf378491c287ba2
BLAKE2b-256 checksum
How to use checksums
54da9bf908defb5851f427bb47b11df8a3fecd38e000b9cd8b907ed6396ccc32
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp34-cp34m-linux_armv7l.whl
Size 8.5 MB
Tags CPython 3.4 CPython 3.4 pymalloc linux armv7l
SHA-256 checksum
How to use checksums
997b5854ae17c8f2e1d72abab37f96b96d6a05e536c57ff7f0f6222a7bf53b6c
BLAKE2b-256 checksum
How to use checksums
8e5e753f54c2ece8baf9bbb4bde2f1f26fd338e5d815fb49a577b0d5743859bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp27-cp27mu-manylinux1_x86_64.whl
Size 9.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
bc220d9b89787a67cf87798ad2b7fdc54faf97281a3cdd02e23fb653c3c29abd
BLAKE2b-256 checksum
How to use checksums
ea96234eaae211b6b34739018735be33e1616bc3e73c62d842c5189b80a4bd72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp27-cp27mu-manylinux1_i686.whl
Size 8.8 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
90096135ef8e8656660482675e30e6af4df67616690bfadd13be51ecf9202619
BLAKE2b-256 checksum
How to use checksums
9256389aad265884d0b9c67da8f6d3c2545fd51f3091ad0e7ff3581c58228a2d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp27-cp27mu-linux_armv7l.whl
Size 8.4 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode linux armv7l
SHA-256 checksum
How to use checksums
d2e2ee3035cd357fcf4c3dfd38bcb43f5a0658dced5d405f6de41419721c55be
BLAKE2b-256 checksum
How to use checksums
e5d5f5c92bfaa4d81618db5f1c063268aaf4d3a077016a8fdac3fa9d59bb27a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp27-cp27m-win_amd64.whl
Size 1.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
2fe01f8fc078456f7c810d6106ac912662dd432823be0d81470d54f775fbd89d
BLAKE2b-256 checksum
How to use checksums
78066853ee278135784d74f2f4900735595cfcb60d5ba29d15f4eba244d924c5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp27-cp27m-win32.whl
Size 1.5 MB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
e3df35591cc3eb9dc8f257b021b2739d47ea4d26b9e47bdb5ddfafba5214cba8
BLAKE2b-256 checksum
How to use checksums
f24298aa891ad1e4bbca2f916218d8ab2914cf8e33c12b928eddfdd1bf5c1e34
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp27-cp27m-manylinux1_x86_64.whl
Size 9.2 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64
SHA-256 checksum
How to use checksums
96915d5140848c80204e8af57c1a021d4edadf7b99090908b57f93973f071ee1
BLAKE2b-256 checksum
How to use checksums
5fa3f8d53e012cf31793e3857f87a6cdb54aec0c4bb8a7db5651c3722b6372c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

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

Download URL grpcio-1.14.0-cp27-cp27m-manylinux1_i686.whl
Size 8.8 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32
SHA-256 checksum
How to use checksums
0dd9af65478ba73cb6a69335a0e506dccdc932c9803fa908052bf05c94da18b7
BLAKE2b-256 checksum
How to use checksums
92729ad7102bc79b82c7b46d8881ec85d553a2ec5ece23994f3062b46be3c1b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

Release files / grpcio-1.14.0-cp27-cp27m-macosx_10_12_x86_64.whl

Download URL grpcio-1.14.0-cp27-cp27m-macosx_10_12_x86_64.whl
Size 1.7 MB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
311e86e8fa349d89362831319ce830ce7f4187f4e61ac6ce1d05a0119ec9e362
BLAKE2b-256 checksum
How to use checksums
2ee5bd1cb07547e90dea9565aff45bfbcbc6657c4001e70cde1450a6d1ff713e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/2.7.13

Release history Release notifications | RSS feed

This release

1.14.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