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

support building on Python 3.4 #114

Open
bjmgeek opened this issue Dec 10, 2014 · 2 comments
Open

support building on Python 3.4 #114

bjmgeek opened this issue Dec 10, 2014 · 2 comments

Comments

@bjmgeek
Copy link

bjmgeek commented Dec 10, 2014

I followed the instructions to get the latest mercurial version of google-api-python-client, but still got Unicode errors when building.

bminton@bminton:~$ sudo pip install gdrivefs
Downloading/unpacking gdrivefs
  Downloading gdrivefs-0.14.1.tar.gz (59kB): 59kB downloaded
  Running setup.py (path:/tmp/pip_build_root/gdrivefs/setup.py) egg_info for package gdrivefs
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip_build_root/gdrivefs/setup.py", line 11, in <module>
        long_description = f.read()
      File "/usr/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 8532: ordinal not in range(128)
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/tmp/pip_build_root/gdrivefs/setup.py", line 11, in <module>

    long_description = f.read()

  File "/usr/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 8532: ordinal not in range(128)

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/gdrivefs
Storing debug log for failure in /root/.pip/pip.log
@dsoprea
Copy link
Owner

dsoprea commented Dec 12, 2014

I don't make any claims to be Python3 compatible, but I'd be happy to support you if you were to fork and start working on a pull-request for it. It'd be awesome, if you would.

@bjmgeek
Copy link
Author

bjmgeek commented Dec 12, 2014

I've created pull request #118

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