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
wscript uses the 'exist_ok'-option of os.makedirs (see link below), but this was introduced only in python version 3.2, and the source installation fails if '#!/usr/bin/env python' executes python with version < 3.2; at least for me and probably generally.
I think that '#!/usr/bin/env python3' together with requiring python >=3.2 would eliminate the issue.
Dear HSTCAL-Team,
wscript uses the 'exist_ok'-option of os.makedirs (see link below), but this was introduced only in python version 3.2, and the source installation fails if '
#!/usr/bin/env python
' executes python with version < 3.2; at least for me and probably generally.I think that '#!/usr/bin/env python3' together with requiring python >=3.2 would eliminate the issue.
Cheers,
Christian
https://github.com/spacetelescope/hstcal/blame/fc603b22a4fc3cc20570def74ee82ffc08fd5f62/wscript#L255
The text was updated successfully, but these errors were encountered: