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
I just installed your code and I wanted to point out that for mixed python systems, you have to edit the makefile and make sure virtualenv is choosing the correct binary.
I run arch, which has python3 by default.
I think you should either include six and make sure everything runs in 3, or make your code aware that there may be python2 out there.
Using "/usr/bin/env" may help you.
The text was updated successfully, but these errors were encountered:
Howdy,
I just installed your code and I wanted to point out that for mixed python systems, you have to edit the makefile and make sure virtualenv is choosing the correct binary.
I run arch, which has python3 by default.
I think you should either include six and make sure everything runs in 3, or make your code aware that there may be python2 out there.
Using "/usr/bin/env" may help you.
The text was updated successfully, but these errors were encountered: