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

Debian Bug #802354: setup.py AttributeError: can't set attribute #24

Closed
tillea opened this issue Oct 20, 2015 · 2 comments
Closed

Debian Bug #802354: setup.py AttributeError: can't set attribute #24

tillea opened this issue Oct 20, 2015 · 2 comments

Comments

@tillea
Copy link

tillea commented Oct 20, 2015

Hi,

setup.py does not work with Python3 any more (but worked in the past):

$ python3.4 setup.py test
running test
Traceback (most recent call last):
File "setup.py", line 56, in
entry_points=''
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.4/distutils/dist.py", line 973, in run_command
cmd_obj.ensure_finalized()
File "/usr/lib/python3.4/distutils/cmd.py", line 107, in ensure_finalized
self.finalize_options()
File "setup.py", line 21, in finalize_options
self.test_args = []
AttributeError: can't set attribute

See also the discussion at https://bugs.debian.org/802354

Kind regards

 Andreas.
@tillea
Copy link
Author

tillea commented Oct 23, 2015

@konstantint
Copy link
Owner

Thanks!

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