I'm trying to make the installation package python Pyajam
I tried to install a pip, I received an error 4Suite-XML package
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
I tried to install only 4Suite-XML
pip install 4Suite-XML
Return the same error
Finally I tried to install by apt
apt-get install python-pyajam
apt-get install python-4Suite-XML
Unable to find package python-pyajam or python-4Suite-XML