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
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
Happy does not work with python 3.x but not not explicitly specify python 2 in the scripts so it will fail on a system where 'python' is 3.x. Fix should be to change the first lines of all scripts from #!/usr/bin/env python to #!/usr/bin/env python2
Ideally happy would be updated to support 3.x.
The text was updated successfully, but these errors were encountered:
jenniexie
pushed a commit
to jenniexie/happy
that referenced
this issue
Mar 6, 2019
Happy does not work with python 3.x but not not explicitly specify python 2 in the scripts so it will fail on a system where 'python' is 3.x. Fix should be to change the first lines of all scripts from
#!/usr/bin/env python
to#!/usr/bin/env python2
Ideally happy would be updated to support 3.x.
The text was updated successfully, but these errors were encountered: