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 when exporting to graph (pypi install) --> Update pandas version to 2.1.0 (req by morph_kgc) #633

Open
dgarijo opened this issue Apr 4, 2024 · 1 comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file enhancement New feature or request
Milestone

Comments

@dgarijo
Copy link
Collaborator

dgarijo commented Apr 4, 2024

(Thanks to Lise Stork, who brought this to our attention)

When installing somef 0.9.5 from pypi, there is an issue when transforming to RDF:

 somef describe -r https://github.com/muhai-project/mira/ -g test.ttl -f turtle

I was not able to reproduce this in my own install from source, but I was able to installing the package from pypi.

The difference I see is a difference in morph-kgc versions: mine is morph_kgc==2.6.4, the one on the latest install is morph_kgc==2.7.0

Mappings will change significantly, but this is an important issue.

@dgarijo dgarijo added bug Something isn't working enhancement New feature or request dependencies Pull requests that update a dependency file labels Apr 4, 2024
@dgarijo
Copy link
Collaborator Author

dgarijo commented Apr 4, 2024

A fix for this issue is to update pandas:

pip install pandas==2.2.1

This resolves the problem.

TO DO: Update somef libraries and do a new version

@dgarijo dgarijo changed the title Error when exporting to graph (pypi install) Error when exporting to graph (pypi install) --> Update pandas version to 2.1.0 (req by morph_kgc) Apr 4, 2024
@dgarijo dgarijo added this to the v0.9.* milestone Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant