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 installed Mayavi and PyQt5 but the protein.py didn't run.
I debugged it, and the solution is to change line 36 into:
line = line.decode('ascii').split()
Thanks and goodluck!
The text was updated successfully, but these errors were encountered:
I installed Mayavi and PyQt5 but the protein.py didn't run.
I debugged it, and the solution is to change line 36 into:
line = line.decode('ascii').split()
Thanks and goodluck!
The text was updated successfully, but these errors were encountered: