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

Issue with rdflib-shim #83

Open
vemonet opened this issue Mar 18, 2022 · 0 comments
Open

Issue with rdflib-shim #83

vemonet opened this issue Mar 18, 2022 · 0 comments

Comments

@vemonet
Copy link
Contributor

vemonet commented Mar 18, 2022

Hi @hsolbrig !

I have tried to use install PyShEx in a project using RDFLib 6 and I got this error:

File "/app/./app/api/validation.py", line 14, in <module>
    from pyshex import ShExEvaluator
  File "/usr/local/lib/python3.8/site-packages/pyshex/__init__.py", line 1, in <module>
    from pyshex.prefixlib import PrefixLibrary, standard_prefixes, known_prefixes
  File "/usr/local/lib/python3.8/site-packages/pyshex/prefixlib.py", line 4, in <module>
    from pyshexc.parser_impl.generate_shexj import load_shex_file
  File "/usr/local/lib/python3.8/site-packages/pyshexc/__init__.py", line 2, in <module>
    shimin = rdflib_shim.RDFLIB_SHIM
AttributeError: module 'rdflib_shim' has no attribute 'RDFLIB_SHIM'

Any idea what it could be due to?

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

1 participant