Lines Matching +full:wheel +full:- +full:windows
8 .. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?packa…
9 :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=grpcio
12 -------------------------
16 ------------
18 gRPC Python is available for Linux, macOS, and Windows.
35 If you're on Windows make sure that you installed the :code:`pip.exe` component
42 Windows users may need to invoke :code:`pip.exe` from a command line ran as
45 n.b. On Windows and on Mac OS X one *must* have a recent release of :code:`pip`
46 to retrieve the proper wheel from PyPI. Be sure to upgrade to the latest
53 package named :code:`python-dev`).
58 $ git clone -b RELEASE_TAG_HERE https://github.com/grpc/grpc $REPO_ROOT
60 $ git submodule update --init
62 # For the next two commands do `sudo pip install` if you get permission-denied errors
63 $ pip install -r requirements.txt
66 You cannot currently install Python from source on Windows. Things might work
79 …/tmp/pip-build-U8pSsr/cython/Cython/Plex/Scanners.c:4:20: fatal error: Python.h: No such file or d…
84 You can fix it by installing `python-dev` package. i.e
88 sudo apt-get install python-dev