intermine / intermine/intermine-ws-python

small import issues. collections.abc

未关闭
#95 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
8
派生
35
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。