Skip to content

Attempt 2 to fix exception during 'pip3 install'

Pre-release
Pre-release
Compare
Choose a tag to compare
@bxparks bxparks released this 23 Jan 21:13
· 215 commits to master since this release
b802f09

My first attempt fix this exception during pip3 install:

Collecting bigquery-schema-generator
Downloading bigquery-schema-generator-0.1.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/tmp/pip-build-mr9vuupc/bigquery-schema-generator/setup.py", line 6, in
long_description = pypandoc.convert('README.md', 'rst')
File "/usr/local/lib/python3.6/site-packages/pypandoc/init.py", line 66, in convert
raise RuntimeError("Format missing, but need one (identified source as text as no "
RuntimeError: Format missing, but need one (identified source as text as no file with that name was found).

Doesn't quite work because it then attempts to slurp in the raw README.md file, which it can't find yet again.