Skip to content
Snippets Groups Projects
Commit 7bee0755 authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Add troubleshooting section to package description

parent 16e8bbbf
No related branches found
No related tags found
No related merge requests found
...@@ -38,3 +38,17 @@ package named `python-dev`). ...@@ -38,3 +38,17 @@ package named `python-dev`).
Note that `$REPO_ROOT` can be assigned to whatever directory name floats your Note that `$REPO_ROOT` can be assigned to whatever directory name floats your
fancy. fancy.
Troubleshooting
~~~~~~~~~~~~~~~
Help, I ...
* **... see a** :code:`pkg_resources.VersionConflict` **when I try to install
grpc!**
This is likely because :code:`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:
:code:`pip install --ignore-installed $OFFENDING_DEPENDENCY`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment