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

Address DeparecationWarning for rdflib-jsonld #192

Open
tramyn opened this issue Sep 17, 2021 · 0 comments
Open

Address DeparecationWarning for rdflib-jsonld #192

tramyn opened this issue Sep 17, 2021 · 0 comments

Comments

@tramyn
Copy link

tramyn commented Sep 17, 2021

I am getting this DeprecationWarning when running Intent Parser.

python3.8/site-packages/rdflib_jsonld/__init__.py:9: DeprecationWarning: The rdflib-jsonld package has been integrated into rdflib as of rdflib==6.0.0.  Please remove rdflib-jsonld from your project's dependencies.
  warnings.warn(

I can see that this deprecation warning is linked to opil. This can be reproduced if you create an virtual environment and specify the following command in python3 :

from opil import *

I am using opil==1.0b5.post2.

Please address this warning in the opil library configuration because this message is making its way up to applications using this library.

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