aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <atash@google.com>2016-10-25 18:51:13 -0700
committerGravatar GitHub <noreply@github.com>2016-10-25 18:51:13 -0700
commit3e784bb6d418b40e1731491a16679701294d13e4 (patch)
tree5588abfdbcf4d2f8e8a91af74c707f48fb58305e /src/python/grpcio
parent5bb04de5ad23b77b646a63fcae1da2f41537c1e5 (diff)
parent39cb9a9acaad9982644d160237c56ae01f2a09a6 (diff)
Merge pull request #8347 from docent-net/master
Updated C_PYTHON_DEV_ERROR_MESSAGE err msg w/RHEL+Fedora
Diffstat (limited to 'src/python/grpcio')
-rw-r--r--src/python/grpcio/support.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/python/grpcio/support.py b/src/python/grpcio/support.py
index 7730374df0..f363f5fdc5 100644
--- a/src/python/grpcio/support.py
+++ b/src/python/grpcio/support.py
@@ -45,7 +45,10 @@ int main(int argc, char **argv) { return 0; }
"""
C_PYTHON_DEV_ERROR_MESSAGE = """
Could not find <Python.h>. This could mean the following:
- * You're on Ubuntu and haven't `apt-get install`ed `python-dev`.
+ * You're on Ubuntu and haven't run `apt-get install python-dev`.
+ * You're on RHEL/Fedora and haven't run `yum install python-devel` or
+ `dnf install python-devel` (make sure you also have redhat-rpm-config
+ installed)
* You're on Mac OS X and the usual Python framework was somehow corrupted
(check your environment variables or try re-installing?)
* You're on Windows and your Python installation was somehow corrupted