rdflib-web
rdflib-web copied to clipboard
not installing in python3
r@K45VM:~/repos/rdflib-web$ sudo python3 setup.py install
Traceback (most recent call last):
File "setup.py", line 66, in
I commented line 66 (dummy me). And now the error I get (with either install or uninstall commands) is:
r@K45VM:~/repos/rdflib-web$ sudo python3 setup.py uninstall
Traceback (most recent call last):
File "setup.py", line 64, in
restored packaging system with:
$ rm `python -c "import pkg_resources; print(pkg_resources.__file__)"`
I get:
$ pip install rdflib-web
Collecting rdflib-web
Could not find a version that satisfies the requirement rdflib-web (from versions: )
No matching distribution found for rdflib-web
This project is pretty much abandoned. It was created before rdflib worked with python3 (or before I did). It shouldn't be rocket science to make it work in py3, but I will not do it.
By this project, I mean rdflib-web
- the rest of rdflib is quite alive!
This was also made quite a few years back - web-dev technology has come quite far since then, I would redo this as a single page app if I were to redo it today.
Cool, thanks for the clarification.
So which open source solution would a newbie like me choose for setting up a SPARQL web endpoint for a few hundred RDF graphs?
I found a partial python3 port at the Y-Digital clone. I made it run with the flask dev server as well. Maybe there is an issue with encoding but initial impression is that it installs and runs well.
pip3 install https://github.com/dotmpe/rdflib-web/archive/master.zip
May offer for PR at later time.