Open dgarijo opened 8 months ago
(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
morph_kgc==2.6.4
morph_kgc==2.7.0
Mappings will change significantly, but this is an important issue.
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
Related to #652
(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:
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 ismorph_kgc==2.7.0
Mappings will change significantly, but this is an important issue.