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
Can you please upload a yaml file containing the relevant libraries and versions RNAEditor uses along with their compatibilities?
The default download of Pyqt corresponds to Pyqt5 while RNAEditor requires version Pyqt4. When I tried downloading Pyqt4, I got the following error from Conda -
pyqt=4 -> python[version='2.7.|3.4.|3.5.|3.6.']
Turns out, I am using Python3.7, while Pyqt4 works with Python3.6 at best.
I think it would be really useful to have information about the Python version specified right at the beginning.
The text was updated successfully, but these errors were encountered:
Can you please upload a yaml file containing the relevant libraries and versions RNAEditor uses along with their compatibilities?
The default download of Pyqt corresponds to Pyqt5 while RNAEditor requires version Pyqt4. When I tried downloading Pyqt4, I got the following error from Conda -
pyqt=4 -> python[version='2.7.|3.4.|3.5.|3.6.']
Turns out, I am using Python3.7, while Pyqt4 works with Python3.6 at best.
I think it would be really useful to have information about the Python version specified right at the beginning.
The text was updated successfully, but these errors were encountered: