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

failed pip install of pyfiglet #26

Closed
loonster opened this issue May 25, 2014 · 4 comments
Closed

failed pip install of pyfiglet #26

loonster opened this issue May 25, 2014 · 4 comments

Comments

@loonster
Copy link

I'm running os s Mavericks. Here's the error message:

~ $: pip install #21
Downloading/unpacking #21
Downloading 21 (unknown size): 26kB downloaded
Cleaning up...
Exception:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pip/req.py", line 1197, in prepare_files
do_download,
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pip/req.py", line 1375, in unpack_url
self.session,
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pip/download.py", line 582, in unpack_http_url
unpack_file(temp_location, location, content_type, link)
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pip/util.py", line 627, in unpack_file
and is_svn_page(file_contents(filename))):
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/pip/util.py", line 210, in file_contents
return fp.read().decode('utf-8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte

@pwaller
Copy link
Owner

pwaller commented Jun 8, 2014

This looks like this pip issue. I'm afraid I don't have the resources to determine why this is happening now.

@loonster
Copy link
Author

loonster commented Jun 8, 2014

OK, thanks.

Tim Burton
tburton@acm.org

“If the human brain were so simple that we could understand it, we would be so simple that we couldn’t.”― Emerson M. Pugh

On Jun 8, 2014, at 2:10 AM, Peter Waller notifications@github.com wrote:

This looks like this pip issue. I'm afraid I don't have the resources to determine why this is happening now.


Reply to this email directly or view it on GitHub.

@defance
Copy link

defance commented Jul 10, 2014

You shoud try:

py -m pip install git+https://github.com/kennethreitz/legit

@pwaller
Copy link
Owner

pwaller commented Jul 12, 2014

I'm going to close on the assumption that the above will fix it. We'll reopen if it doesn't.

@pwaller pwaller closed this as completed Jul 12, 2014
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

3 participants