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

numpy 1.6.2 fails to compile with python 3.3.0 - ‘PyUnicodeObject’ has no member named ‘str’ (Trac #2221) #673

Closed
numpy-gitbot opened this issue Oct 19, 2012 · 3 comments

Comments

@numpy-gitbot
Copy link

Original ticket http://projects.scipy.org/numpy/ticket/2221 on 2012-10-03 by trac user tru, assigned to unknown.

numpy 1.6.2:
python3 setup.py build --fcompiler=gnu95
(without site.cfg)

fails to build

git version as of 2012/10/03 (commit e18e744)
compiles properly.

no issue with numpy 1.6.2 with python 3.2.3

@numpy-gitbot
Copy link
Author

Attachment added by trac user tru on 2012-10-03: error.log

@numpy-gitbot
Copy link
Author

trac user tru wrote on 2012-10-03

same issue as http://projects.scipy.org/numpy/ticket/1471 comment 13
see also
http://www.mail-archive.com/numpy-discussion@scipy.org/msg38344.html

@numpy-gitbot
Copy link
Author

@rgommers wrote on 2012-10-05

This is fixed in master and 1.7.x. Numpy 1.6.2 was released well before Python 3.3, so it's not strange that those don't play well together. We're not planning on a 1.6.3 release, so closing as wontfix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant