intermine / intermine/intermine-ws-python

intermine and Python 3.10

Aperta
#96 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
8
Fork
35
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Using the Python API with Python 3.10 leads to the following error
```
from intermine.webservice import Service
Traceback (most recent call last):
File "/Users/jmarie/opt/anaconda3/envs/intermine-test/lib/python3.10/site-packages/intermine/webservice.py", line 9, in
from urlparse import urlparse
ModuleNotFoundError: No module named 'urlparse'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "", line 1, in
File "/Users/jmarie/opt/anaconda3/envs/intermine-test/lib/python3.10/site-packages/intermine/webservice.py", line 16, in
from collections import MutableMapping as DictMixin
ImportError: cannot import name 'MutableMapping' from 'collections' (/Users/jmarie/opt/anaconda3/envs/intermine-test/lib/python3.10/collections/__init__.py)
```
No problem with Python version <3.10

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.