I am trying to install
rdflib
spyder
!pip install python-rdflib
Install everithing in a virtualenv and not system-wide:
virtualenv myapp
source myapp/bin/activate
pip install anaconda # or something similar (see below).
pip install rdflib
For more information: