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 don't see any specific guidance on using a specific python version but, using Python 3.10.8, things don't seem to work out of the box. Using a query I made from the MouseMine website (which seem to provide python 2-style print...), it has:
from intermine.webservice import Service
Which fails in its import block, I had to manually edit webservice.py to use "collections.abc" vs. "collections".
Not sure if developer intent is to use a specific python version, or if this should be fixed, or handled for different python versions.
The text was updated successfully, but these errors were encountered:
I don't see any specific guidance on using a specific python version but, using Python 3.10.8, things don't seem to work out of the box. Using a query I made from the MouseMine website (which seem to provide python 2-style print...), it has:
Which fails in its import block, I had to manually edit webservice.py to use "collections.abc" vs. "collections".
Not sure if developer intent is to use a specific python version, or if this should be fixed, or handled for different python versions.
The text was updated successfully, but these errors were encountered: