daler/biomartpy

df = make_lookup(mart_name, dataset, attributes=attributes)

b16joski opened this issue · 1 comments

Hi I am interested to use this tool to lookup gene ids for different vertebrates including humans but also dmelanogaster.
However, I get this error, what could be the reseason?

from biomartpy import make_lookup

ModuleNotFoundError: No module named 'biomartpy'

NameError Traceback (most recent call last)
in ()
----> 1 df = make_lookup(mart_name, dataset, attributes=attributes)

NameError: name 'make_lookup' is not defined

I have the same issue. Since the latest push for the package was 11 years ago. I think it has something to do with the version compatibility.