profiling
profiling copied to clipboard
error in pip3 install
sudo pip3 install profiling
t always shows same error
[Installing collected packages: profiling
Running setup.py install for profiling ... error
Complete output from command /usr/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-emh1dfcl/profiling/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-x7q4tkex/install-record.txt --single-version-externally-managed --compile:]
First, don't install as sudo, second, read the installing instructions use the --user or a virtualenv. You shouldn't ask this here