profiling icon indicating copy to clipboard operation
profiling copied to clipboard

error in pip3 install

Open shekharkoirala opened this issue 7 years ago • 1 comments

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:]

shekharkoirala avatar Feb 11 '19 07:02 shekharkoirala

First, don't install as sudo, second, read the installing instructions use the --user or a virtualenv. You shouldn't ask this here

hyunlee1o avatar Oct 07 '19 20:10 hyunlee1o