Linux
Debian 7 中的 Pyajam
我正在嘗試製作安裝包python Pyajam
我試圖安裝一個 pip,我收到一個錯誤 4Suite-XML 包
Installing collected packages: pyajam, 4Suite-XML Running setup.py install for pyajam Running setup.py install for 4Suite-XML Usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] -c --help [cmd1 cmd2 ...] -c cmd --help -c --help-commands -c --help-packages error: option --single-version-externally-managed not recognized Complete output from command /usr/bin/python -c "import XML/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file_'exec'))" install --single-version-externally-managed --record /tmp/pip-YlpamB- record/install- record.txt: Usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] -c --help [cmd1 cmd2 ...] -c cmd --help -c --help-commands -c --help-packages error: option --single-version-externally-managed not recognized The error appears with the installation of 4Suite-XML package, the dependence pyajam
我嘗試只安裝 4Suite-XML
pip install 4Suite-XML
返回相同的錯誤
最後我嘗試通過apt安裝
apt-get install python-pyajam apt-get install python-4Suite-XML
找不到包 python-pyajam 或 python-4Suite-XML
我解決了這個問題。編譯包
$ wget http://pypi.python.org/packages/source/4/4Suite-XML/4Suite-XML-1.0.2.tar.bz2 $ tar -xvvf 4Suite-XML-1.0.2.tar.bz2 $ cd 4Suite-XML-1.0.2 $ ./setup.py install ------------------------------------------------------------------------ 4Suite-XML version 1.0.2 has been successfully installed! Python modules (including C extensions) /usr/local/lib/python2.7/dist-packages Executable scripts (for PATH environment variable) /usr/local/bin Examples, demos and other miscellaneous data files /usr/local/share/4Suite Developer files (regression tests) /usr/local/lib/4Suite Text documentation /usr/local/share/doc/4Suite HTML documentation /usr/local/share/doc/4Suite/html