You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
See also: https://sourceforge.net/p/gnudatalanguage/bugs/574/
(pointing out that CMakeModules/FindNumpy.cmake uses Python-2 syntax of print)
The text was updated successfully, but these errors were encountered: