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

Command "python setup.py egg_info" failed with error code 1 in C:\Users\Bilal\AppData\Local\Temp\pip-build-0way1c0h\tweet-preprocessor\ #144

Closed
bilalbutt044 opened this issue Feb 24, 2018 · 4 comments

Comments

@bilalbutt044
Copy link

bilalbutt044 commented Feb 24, 2018

i get this error when i run pip install text-preprocessor

C:\Users\Bilal>pip3 install tweet-preprocessor
Collecting tweet-preprocessor
  Using cached tweet-preprocessor-0.5.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Bilal\AppData\Local\Temp\pip-build-0way1c0h\tweet-preprocessor\setup.py", line 6, in <module>
        long_description = f.read()
      File "c:\python\python36-32\lib\encodings\cp1252.py", line 23, in decode
        return codecs.charmap_decode(input,self.errors,decoding_table)[0]
    UnicodeDecodeError: 'charmap' codec can't decode byte 0x8d in position 652: character maps to <undefined>

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Bilal\AppData\Local\Temp\pip-build-0way1c0h\tweet-preprocessor\

What am I doing wrong?
I am on window 10
python 3.6.2
pip version pip 9.0.1 from c:\python\python36-32\lib\site-packages (python 3.6)

@birdsotter
Copy link

I get the same error running Python 3.6.4 and pip 9.0.1 on Mac OSX.

There are various suggested solutions at #4, but none of them work for me.

It appears from some other comments that gitsome may not work yet with Python 3.6.

@roskoff
Copy link

roskoff commented Mar 8, 2018

Indeed, gitsome does not currently support Python 3.6, check this comment for more info.

@REPTILEHAUS
Copy link

Hitting this issue too, would be great to see it resolved... otherwise I wont be using it

@donnemartin
Copy link
Owner

Hi all, check out #160, gitsome now supports Python 3.7.

Uploaded to PyPI: https://pypi.org/project/gitsome/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants