File tree Expand file tree Collapse file tree 3 files changed +4
-28
lines changed Expand file tree Collapse file tree 3 files changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -67,18 +67,11 @@ repo, from which you can submit a pull request.
6767I'm getting weird errors... Can you help?
6868-----------------------------------------
6969
70- Chances are you have some dependency problems...
71- If you're on Ubuntu,
72- try installing the pre-compiled packages ::
70+ If the error mentions `` Python.h `` not being found,
71+ install `` python-dev `` and try again.
72+ On Debian/Ubuntu ::
7373
74- $ sudo apt-get install python-crypto python-openssl libffi-dev
75-
76- or try installing the development packages
77- (that have the header files included)
78- and then ``pip install `` the dependencies again::
79-
80- $ sudo apt-get install python-dev libssl-dev libffi-dev
81- $ pip install gcloud
74+ $ sudo apt-get install python-dev
8275
8376Adding Features
8477---------------
Original file line number Diff line number Diff line change @@ -138,22 +138,6 @@ The ``gcloud`` library is ``pip`` install-able:
138138
139139 $ pip install gcloud
140140
141- If you have trouble installing
142- ``pycrypto `` or ``pyopenssl ``
143- (and you're on Ubuntu),
144- you can try install the precompiled packages:
145-
146- .. code-block :: console
147-
148- $ sudo apt-get install python-crypto python-openssl
149-
150- If you want to install everything with ``pip ``,
151- try installing the ``dev `` packages beforehand:
152-
153- .. code-block :: console
154-
155- $ sudo apt-get install python-dev libssl-dev
156-
157141 If you want to install ``gcloud-python `` from source,
158142you can clone the repository from GitHub:
159143
Original file line number Diff line number Diff line change 1515 'googleapis-common-protos' ,
1616 'oauth2client >= 2.0.1' ,
1717 'protobuf >= 3.0.0b2, != 3.0.0.b2.post1' ,
18- 'pyOpenSSL' ,
1918 'six' ,
2019]
2120GRPC_EXTRAS = ['grpcio >= 0.13.1' ]
You can’t perform that action at this time.
0 commit comments