Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small import issues. collections.abc #95

Open
mittimithai opened this issue Mar 5, 2023 · 0 comments
Open

small import issues. collections.abc #95

mittimithai opened this issue Mar 5, 2023 · 0 comments

Comments

@mittimithai
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant