简体   繁体   English

在ubuntu 12.04上安装RDFlib

[英]installing RDFlib on ubuntu 12.04

I am trying to install RDFlib on ubuntu 12.04 but am unable to do so. 我试图在ubuntu 12.04上安装RDFlib,但我无法这样做。 I have downloaded a zip file and am running python setup.py install but am getting error Requires Nose. 我已经下载了一个zip文件,并且正在运行python setup.py install但是收到错误需要Nose。 Try: 尝试:

    $ sudo easy_install nose

Exiting.

But when i try to install nose it is not getting installed Can you tell me what to do as i know nothing about nose 但是,当我尝试安装鼻子时,它没有安装你能告诉我该怎么办,因为我对鼻子一无所知

I have also tried easy_install rdflib but it is also not working for me. 我也尝试过easy_install rdflib,但它也不适用于我。

I would recommend installing RDFLib with pip . 我建议用pip安装RDFLib。 Follow these instructions for getting pip up and running. 请按照以下说明进行操作

Once pip is installed. 一旦安装了pip。 Installing RDFLib should be as easy as: 安装RDFLib应该像以下一样简单:

$ pip install rdflib

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM