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 compatibility #91

Closed
slayoo opened this issue Apr 8, 2018 · 2 comments · Fixed by #468
Closed

Python 3 compatibility #91

slayoo opened this issue Apr 8, 2018 · 2 comments · Fixed by #468
Labels
help wanted Extra attention is needed python

Comments

@slayoo
Copy link
Member

slayoo commented Apr 8, 2018

See also: https://sourceforge.net/p/gnudatalanguage/bugs/574/
(pointing out that CMakeModules/FindNumpy.cmake uses Python-2 syntax of print)

@slayoo slayoo added help wanted Extra attention is needed python labels Apr 8, 2018
@eatdust
Copy link

eatdust commented Aug 13, 2018

One can select explicitly the python version with:
-DPYTHONVERSION=2
-DPYTHON_EXECUTABLE=/usr/bin/python2

and in 0.9.8, this works fine, also with python3. However, In view of python2 being obsoleted, python3 should be supported, but compilation with python3 fails at multiple places afterwards.

Cheers.

@opoplawski
Copy link
Contributor

For the record - the FindNumpy.cmake issue was addressed with f997bac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed python
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants