Command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/numpy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-0o9fj9bx-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/numpy Storing debug log for failure in /home/daniil/.pip/pip.log 
  • What command was launched, how exactly was it installed, what in the logs? - m9_psy
  • Things like numpy should be installed from binaries, unless you know exactly why you need a compilation. The specific installation method depends on the platform, bring your OS. - jfs

0