I am failing to install SRC in Linux Mint 19 via PIP. I have attempted to paste the output and failed horribly, I have had to double space everything, otherwise, it comes out as one long run-on sentence. Not sure how to paste a readable output of my Linux terminal here. Sorry…..
Failed building wheel for src Running setup.py clean for src Failed to build src Installing collected packages: src Running setup.py install for src ... error Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-l2mswq/src/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-AeHl8U-record/install-record.txt --single-version-externally-managed -- compile --user --prefix=: running install error: error in command line: command 'InstallCommand' has no such option 'compile' Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip- build-l2mswq/src/setup.py';f=getattr(tokenize, 'open', open) (__file__);code=f.read().replace('rn', 'n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-AeHl8U-record/install-record.txt - -single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-l2mswq/src/
Advertisement
Answer
pip install src
tries to install src from PyPI — a package specifically created to not to be installed.
What are you trying to install?