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

Recipe doesn't install with python3 inside buildout #1

Open
reinout opened this issue Jun 27, 2016 · 1 comment
Open

Recipe doesn't install with python3 inside buildout #1

reinout opened this issue Jun 27, 2016 · 1 comment

Comments

@reinout
Copy link
Owner

reinout commented Jun 27, 2016

This is the traceback I get on python 3:

Traceback (most recent call last):
  File "/code/eggs/setuptools-23.1.0-py3.5.egg/setuptools/sandbox.py", line 154, in save_modules
  File "/code/eggs/setuptools-23.1.0-py3.5.egg/setuptools/sandbox.py", line 195, in setup_context
  File "/code/eggs/setuptools-23.1.0-py3.5.egg/setuptools/sandbox.py", line 243, in run_setup
  File "/code/eggs/setuptools-23.1.0-py3.5.egg/setuptools/sandbox.py", line 273, in run
  File "/code/eggs/setuptools-23.1.0-py3.5.egg/setuptools/sandbox.py", line 242, in runner
  File "/code/eggs/setuptools-23.1.0-py3.5.egg/setuptools/sandbox.py", line 46, in _execfile
  File "/tmp/easy_install-nf51bu4r/collective.recipe.sphinxbuilder-0.8.2/setup.py", line 28, in <module>
    'mock',
  File "/tmp/easy_install-nf51bu4r/collective.recipe.sphinxbuilder-0.8.2/setup.py", line 9, in read
    ])
  File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 180: ordinal not in range(128)

Weird: anything I try with a downloaded 0.8.2 works fine.

@reinout reinout changed the title Recipy doesn't install with python3 inside buildout Recipe doesn't install with python3 inside buildout Jun 27, 2016
@reinout
Copy link
Owner Author

reinout commented Jun 27, 2016

Fixed with release 0.9.

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

1 participant