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

error #54

Open
kdyoung100 opened this issue May 26, 2022 · 2 comments
Open

error #54

kdyoung100 opened this issue May 26, 2022 · 2 comments

Comments

@kdyoung100
Copy link

./sistr
Traceback (most recent call last):
File "./sistr", line 7, in
from sistr.sistr_cmd import main
File "/home/tools/anaconda3/lib/python3.7/site-packages/sistr/sistr_cmd.py", line 14, in
from sistr.src.blast_wrapper import BlastRunner
File "/home/tools/anaconda3/lib/python3.7/site-packages/sistr/src/blast_wrapper/init.py", line 9, in
from pandas.io.common import EmptyDataError
ImportError: cannot import name 'EmptyDataError' from 'pandas.io.common' (/home/tools/anaconda3/lib/python3.7/site-packages/pandas/io/common.py)

@apetkau
Copy link
Member

apetkau commented May 26, 2022

Hello @kdyoung100 ,

How did you install SISTR? It looks like it's through conda, but I suspect it's possible you have too recent of a version of pandas installed. Did you install by conda install sistr_cmd or by pip install sistr_cmd?

If you used pip could you try conda install instead? I believe conda install limits the version of pandas to <=1.0.5.

@kbessonov1984
Copy link
Collaborator

kbessonov1984 commented May 27, 2022 via email

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

3 participants