Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error installing Fireant from Github #37

Closed
mikeengland opened this issue Aug 30, 2016 · 1 comment
Closed

Error installing Fireant from Github #37

mikeengland opened this issue Aug 30, 2016 · 1 comment

Comments

@mikeengland
Copy link
Contributor

An exception is being raised

Collecting fireant[vertica] from git+https://github.com/kayak/fireant.git@master#egg=fireant[vertica] (from -r bandit/requirements.txt (line 51))
  Cloning https://github.com/kayak/fireant.git (to master) to /private/var/folders/k4/3gh_7drn1t78lh8hzlz8w6t08hdy18/T/pip-build-8g2fcnjb/fireant
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/k4/3gh_7drn1t78lh8hzlz8w6t08hdy18/T/pip-build-8g2fcnjb/fireant/setup.py", line 36, in <module>
        long_description=readme(),
      File "/private/var/folders/k4/3gh_7drn1t78lh8hzlz8w6t08hdy18/T/pip-build-8g2fcnjb/fireant/setup.py", line 12, in readme
        return f.read()
      File "/Users/mike/bin/../lib/python3.4/encodings/ascii.py", line 26, in decode
        return codecs.ascii_decode(input, self.errors)[0]
    UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 7399: ordinal not in range(128)```
@twheys
Copy link
Contributor

twheys commented Aug 30, 2016

I fixed this by changing the README to be plain text. RST is not parsed by pypi and the raw text was being displayed there.

@twheys twheys closed this as completed Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants