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

MedGen build failure #22

Open
joeflack4 opened this issue Apr 15, 2024 · 2 comments
Open

MedGen build failure #22

joeflack4 opened this issue Apr 15, 2024 · 2 comments

Comments

@joeflack4
Copy link
Contributor

Overview

This is a new error following #18 being merged. I think what happened is that I ran the action successfully, made some changes, and then forgot to check if the action ran successfully again.

I think the problem has to do with the sssom-py version being different between my local environment and the action's.

Error information

ImportError: cannot import name 'MappingSetDataFrame' from 'sssom'

Log

@matentzn
Copy link
Member

I think MappingSetDataFrame is in sssom.utils

@joeflack4
Copy link
Contributor Author

Hey, thx. It works locally. In my local copy of sssom-py, when I look at __init__.py, it's there:

from sssom.util import (  # noqa:401
    MappingSetDataFrame,

But I will try your suggestion! I'm guessing it will probably work.

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

2 participants