0

我在我的 Windows 机器上,我正在尝试将扩展 SVM-Light https://pypi.org/project/svmlight/安装到我的 Python 目录中。我已经将文件解压缩到我的目录文件夹,但我似乎无法正确安装它。

使用命令pip install svmlight我收到以下错误:

ValueError: list.remove(x): x not in list
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

使用python setup.py install提示符上的命令,我得到一个非常相似的错误,但是在提示符上

该文件指出:

Installation
------------
PySVMLight uses distutils for setup. Installation is as simple as

$ chmod +x setup.py

$ ./setup.py --help

$ ./setup.py build

If you want to install SVMLight to your PYTHONPATH, type:

$ ./setup.py install

但输入这些命令也会返回语法错误。

如果有人曾经在 python-windows 上安装过这个包,并且知道如何全面地解释如何这样做,并且可以在这件事上帮助我,将不胜感激!

4

0 回答 0