intermine / intermine/intermine-ws-python
small import issues. collections.abc
未关闭
- 主要语言
- 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 还没有评估数据。