Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

pip artifact is not up to date #16

Open
daniel86 opened this issue Feb 3, 2024 · 3 comments
Open

pip artifact is not up to date #16

daniel86 opened this issue Feb 3, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@daniel86
Copy link

daniel86 commented Feb 3, 2024

Hello,

Loading an ontology fails with published pip artifact:

>>> crs.load(owfile)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/daniel/.local/lib/python3.10/site-packages/pyfactxx/coras/core.py", line 50, in load
    self._graph.load(f, format=format)
AttributeError: 'ConjunctiveGraph' object has no attribute 'load'

In fact, core.py in the source tree rather uses parse method, changing it in the file fixes the loading error.

@blokhin
Copy link
Member

blokhin commented Feb 4, 2024

@daniel86 many thanks, will fix asap

@blokhin
Copy link
Member

blokhin commented Feb 4, 2024

@irygaev is this exactly what you have mentioned recently?

@blokhin blokhin self-assigned this Feb 4, 2024
@blokhin blokhin added the bug Something isn't working label Feb 4, 2024
@irygaev
Copy link
Member

irygaev commented Feb 5, 2024

Yes, that's the one. The pip package needs to be rebuilt from the latest code.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants