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

Python 3.3 installation error #131

Open
zopyx opened this issue Jan 10, 2014 · 2 comments
Open

Python 3.3 installation error #131

zopyx opened this issue Jan 10, 2014 · 2 comments

Comments

@zopyx
Copy link

zopyx commented Jan 10, 2014

I tried to install a buildout using zc.buildout 2.1 and mr.developer 1.26 under Python 3.3. This fails:

Traceback (most recent call last):
File "", line 1, in
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/command/easy_install.py", line 1992, in main
with_ei_usage(lambda:
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/command/easy_install.py", line 1979, in with_ei_usage
return f()
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/command/easy_install.py", line 1996, in
distclass=DistributionWithoutHelpCommands, **kw
File "/opt/buildout.python/parts/opt/lib/python3.3/distutils/core.py", line 148, in setup
dist.run_commands()
File "/opt/buildout.python/parts/opt/lib/python3.3/distutils/dist.py", line 929, in run_commands
self.run_command(cmd)
File "/opt/buildout.python/parts/opt/lib/python3.3/distutils/dist.py", line 948, in run_command
cmd_obj.run()
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/command/easy_install.py", line 380, in run
self.easy_install(spec, not self.no_deps)
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/command/easy_install.py", line 604, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/command/easy_install.py", line 653, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/command/easy_install.py", line 849, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/command/easy_install.py", line 1130, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/command/easy_install.py", line 1115, in run_setup
run_setup(setup_script, args)
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/sandbox.py", line 69, in run_setup
lambda: execfile(
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/sandbox.py", line 120, in run
return func()
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/sandbox.py", line 71, in
{'file':setup_script, 'name':'main'}
File "/home/ajung/sandboxes/pp.server/lib/python3.3/site-packages/setuptools/compat.py", line 92, in execfile
exec_(compile(source, fn, 'exec'), globs, locs)
File "setup.py", line 37, in
File "/home/ajung/sandboxes/pp.server/lib/python3.3/encodings/ascii.py", line 27, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 3310: ordinal not in range(128)
An error occurred when trying to install mr.developer 1.26. Look above this message for any errors that were output by easy_install.
While:
Installing.
Loading extensions.
Getting distribution for 'mr.developer'.
Error: Couldn't install: mr.developer 1.26

@fschulze
Copy link
Owner

This should be fixed in the just released 1.27.

@reinout
Copy link
Contributor

reinout commented Aug 27, 2015

This one can probably be closed?

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