You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rdflib-jsonld package has been deprecated / merged into rdflib.
When trying to launch a newly installed mc2skos application an error message is displayed:
.../python3.7/site-packages/rdflib_jsonld/__init__.py:12: DeprecationWarning:
The rdflib-jsonld package has been integrated into rdflib as of rdflib==6.0.1.
Please remove rdflib-jsonld from your project's dependencies.
[...]
File ".../mc2skos/mc2skos.py", line 19, in <module>
import rdflib_jsonld.serializer as json_ld
ModuleNotFoundError: No module named 'rdflib_jsonld.serializer'
The
rdflib-jsonld
package has been deprecated / merged intordflib
.When trying to launch a newly installed
mc2skos
application an error message is displayed:Version numbers:
See also: https://github.com/RDFLib/rdflib-jsonld
The text was updated successfully, but these errors were encountered: