diff options
author | Bryan Newbold <bnewbold@archive.org> | 2018-09-04 17:53:49 +0000 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2018-09-04 17:54:07 +0000 |
commit | 7df420014512d6e34ca5ed7db9b7690fbdf5e44b (patch) | |
tree | 7e0f022f48bfc963f65992657de3ffee9a68b157 | |
parent | 6426d60991f411d2f1f950f0314cdebe474cfc5b (diff) | |
download | sandcrawler-7df420014512d6e34ca5ed7db9b7690fbdf5e44b.tar.gz sandcrawler-7df420014512d6e34ca5ed7db9b7690fbdf5e44b.zip |
warning in python/README
-rw-r--r-- | python/README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/python/README.md b/python/README.md index 5c83908..039dd8c 100644 --- a/python/README.md +++ b/python/README.md @@ -27,6 +27,28 @@ Check test coverage with: pytest --cov --cov-report html # open ./htmlcov/index.html in a browser +## Troubleshooting + +If you get pipenv errors like: + + AttributeError: '_NamespacePath' object has no attribute 'sort' + + ---------------------------------------- + + Command "python setup.py egg_info" failed with error code 1 in /1/tmp/pip-install-h7lb6tqz/proto-google-cloud-datastore-v1/ + + ☤ ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/8 — 00:00:03 + bnewbold@bnewbold-dev$ + bnewbold@bnewbold-dev$ pipenv install --deploy --dev + Installing dependencies from Pipfile.lock (e82980)… + An error occurred while installing proto-google-cloud-logging-v2==0.91.3! Will try again. + An error occurred while installing gapic-google-cloud-error-reporting-v1beta1==0.15.3! Will try again. + An error occurred while installing gapic-google-cloud-datastore-v1==0.15.3! Will try again. + An error occurred while installing proto-google-cloud-datastore-v1==0.90.4! Will try again. + +Then something has gone horribly wrong with your pip/pipenv/python setup. Don't +have a good workaround yet. + ## Running Python Jobs on Hadoop The `../please` script automates these steps; you should use that instead. |