NERSC / timemory

Modular C++ Toolkit for Performance Analysis and Logging. Profiling API and Tools for C, C++, CUDA, Fortran, and Python. The C++ template API is essentially a framework to creating tools: it is designed to provide a unifying interface for recording various performance measurements alongside data logging and interfaces to other tools.
https://timemory.readthedocs.io/en/develop/
Other
350 stars 38 forks source link

ModuleNotFoundError: No module named 'skbuild #40

Closed cloudhan closed 4 years ago

cloudhan commented 4 years ago

Executing the pip install timemory results in the following error:

Collecting timemory
  Using cached timemory-3.0.1.tar.gz (3.2 MB)
    ERROR: Command errored out with exit status 1:
     command: /home/cloudhan/miniconda3/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0abw8_ej/timemory/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0abw8_ej/timemory/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-0abw8_ej/timemory/pip-egg-info
         cwd: /tmp/pip-install-0abw8_ej/timemory/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-0abw8_ej/timemory/setup.py", line 13, in <module>
        from skbuild import setup
    ModuleNotFoundError: No module named 'skbuild'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

it seems some setup packages are not installed properly.

cloudhan commented 4 years ago

OK, I suddenly figure out that this project is not using setuptools's setup, so there is no way to automatically install the setup_requires as usual.

cloudhan commented 4 years ago

Close for now, manually execute pip install scikit-build is a viable solution. (Doing it automatically should be preferred.)

jrmadsen commented 4 years ago

setup requires isn't compatible with anaconda.

nghielme commented 4 years ago

Close for now, manually execute pip install scikit-build is a viable solution. (Doing it automatically should be preferred.)

After installing it manually I got this output:

(venv) (base) nicolo@nicolo-XPS-15-9570:~/PycharmProjects/ASoC-algo/ModelSelection$ pip install timemory
Collecting timemory
  Using cached timemory-3.0.1.tar.gz (3.2 MB)
Building wheels for collected packages: timemory
  Building wheel for timemory (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /home/nicolo/PycharmProjects/ASoC-algo/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6m3brbi9/timemory/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6m3brbi9/timemory/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-mjalmrsa
       cwd: /tmp/pip-install-6m3brbi9/timemory/
  Complete output (9 lines):
  Traceback (most recent call last):
    File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/setuptools_wrap.py", line 560, in setup
      cmkr = cmaker.CMaker(cmake_executable)
    File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/cmaker.py", line 95, in __init__
      self.cmake_version = get_cmake_version(self.cmake_executable)
    File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/cmaker.py", line 82, in get_cmake_version
      "Problem with the CMake installation, aborting build. CMake executable is %s" % cmake_executable)

  Problem with the CMake installation, aborting build. CMake executable is cmake
  ----------------------------------------
  ERROR: Failed building wheel for timemory
  Running setup.py clean for timemory
Failed to build timemory
Installing collected packages: timemory
    Running setup.py install for timemory ... error
    ERROR: Command errored out with exit status 1:
     command: /home/nicolo/PycharmProjects/ASoC-algo/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6m3brbi9/timemory/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6m3brbi9/timemory/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-ug7yyoyi/install-record.txt --single-version-externally-managed --compile --install-headers /home/nicolo/PycharmProjects/ASoC-algo/venv/include/site/python3.6/timemory
         cwd: /tmp/pip-install-6m3brbi9/timemory/
    Complete output (9 lines):
    Traceback (most recent call last):
      File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/setuptools_wrap.py", line 560, in setup
        cmkr = cmaker.CMaker(cmake_executable)
      File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/cmaker.py", line 95, in __init__
        self.cmake_version = get_cmake_version(self.cmake_executable)
      File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/cmaker.py", line 82, in get_cmake_version
        "Problem with the CMake installation, aborting build. CMake executable is %s" % cmake_executable)

    Problem with the CMake installation, aborting build. CMake executable is cmake
    ----------------------------------------
ERROR: Command errored out with exit status 1: /home/nicolo/PycharmProjects/ASoC-algo/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6m3brbi9/timemory/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6m3brbi9/timemory/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-ug7yyoyi/install-record.txt --single-version-externally-managed --compile --install-headers /home/nicolo/PycharmProjects/ASoC-algo/venv/include/site/python3.6/timemory Check the logs for full command output.

Any suggestion for a solution?

jrmadsen commented 4 years ago

Could you post the log from pip install -vvv timemory?

jrmadsen commented 4 years ago

The current pip release tries to detect a lot of things implicitly since pip install gives you basically no way to specify CMake options cleanly

nghielme commented 4 years ago
(venv) (base) nicolo@nicolo-XPS-15-9570:~/PycharmProjects/ASoC-algo/ModelSelection$ pip install -vvv timemory
Non-user install because user site-packages disabled
Created temporary directory: /tmp/pip-ephem-wheel-cache-9k6qvjt_
Created temporary directory: /tmp/pip-req-tracker-s8_sch9b
Initialized build tracking at /tmp/pip-req-tracker-s8_sch9b
Created build tracker: /tmp/pip-req-tracker-s8_sch9b
Entered build tracker: /tmp/pip-req-tracker-s8_sch9b
Created temporary directory: /tmp/pip-install-3datj26q
1 location(s) to search for versions of timemory:
* https://pypi.org/simple/timemory/
Fetching project page and analyzing links: https://pypi.org/simple/timemory/
Getting page https://pypi.org/simple/timemory/
Found index url https://pypi.org/simple
Looking up "https://pypi.org/simple/timemory/" in the cache
Request header has "max_age" as 0, cache bypassed
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/timemory/ HTTP/1.1" 304 0
  Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/4d/77/4e5c0e6dbe6e14fb176f48f6d72a40d680e6c091c774a6fa4fdebfa189f5/TiMemory-1.0b1-py3.6-macosx-10.13-x86_64.egg#sha256=d9493d0f59bf423d728906b085775847a292a8be9d25d5cabe240232beeffce1 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6)
  Found link https://files.pythonhosted.org/packages/e1/03/b05e761d3c4a84234e545cdbc8f771cea7c9b97ae121519061e94e440ab3/TiMemory-1.0b1.tar.gz#sha256=7e17e1a7cfcd1021c98a023142f6c8b51c769e03d30beb44876bb3239fb374e8 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.0b1
  Skipping link: unsupported archive format: .egg: https://files.pythonhosted.org/packages/d7/20/6f2ed0d29777947f4563a7d3f1566909e359e315117d1ae3b706c6823074/TiMemory-1.0b2-py3.6-macosx-10.13-x86_64.egg#sha256=ba7143cb321a8dc324e72ab60409873aafe2e4837b9fc2d3fb9fa300aeba2915 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6)
  Found link https://files.pythonhosted.org/packages/c3/e8/c4a91ce8c48a5432d419b95fa6794fb4e49826e31347d1e3eb91eac182f3/TiMemory-1.0b2.tar.gz#sha256=255b1e54701222d819c7a1cc7b57da0242fd17219841446653c76c48c3acbf84 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.0b2
  Found link https://files.pythonhosted.org/packages/65/cb/1c247e18d935877c84ac59f5cc01a709b47a30b3745131c2610aab6ccf10/TiMemory-1.0b3.tar.gz#sha256=702f21fe7a6d1e0011c3b185bed650adf31d1a59bd2d422b84dbfcedd7d46ef8 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.0b3
  Found link https://files.pythonhosted.org/packages/a0/38/9ea2caea61d77569d0d4d93e02b7d646ccc88f918a11f140431f033e0ecc/TiMemory-1.0b4.tar.gz#sha256=a9eca5e80bc90d2da49f3209fdfee49853d7bba7a2a2501f6cf45a1dc66a2a98 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.0b4
  Found link https://files.pythonhosted.org/packages/c2/75/a5f421c3c47d2c3ec8b0d32121747a51b6d25f2bf85b70bd5c28738f37d3/TiMemory-1.0b5.tar.gz#sha256=298e0eaa08703869a3f06bc03113518d746ade4caae1a5d74be85cd427f12d2b (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.0b5
  Found link https://files.pythonhosted.org/packages/f9/16/d3804871d58293b0c22183179815fbe0b327a6fb99be7b5da35a25ddddc1/TiMemory-1.0b6.tar.gz#sha256=31e1744c0bca53ff04410610d32d8268e8beef30c6e2742cf8dd0e77281f19e4 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.0b6
  Found link https://files.pythonhosted.org/packages/eb/9b/2ceb0a8d4ad827c7ffafe053b442d6b6450c86dd9ef2efbb5975a0d541dc/TiMemory-1.1b0.tar.gz#sha256=e46f90c4d1b9cefbc40aab83435c990deb78e6897d1f9d7c99a0009ca65619ee (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1b0
  Found link https://files.pythonhosted.org/packages/a1/d0/7a13f7900e28e074bdba3da0c2eecd91b1f4b3cd61e59e65fa884cf92bc3/TiMemory-1.1rc0.tar.gz#sha256=a9c7c5711f34b0da36ac78b02dbc5980562cab7aec15383b05228b6ee47e022a (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1rc0
  Found link https://files.pythonhosted.org/packages/5e/c2/a02fd19b0fa4b67f2766a59444509ae44544913e97948581d265deec6846/TiMemory-1.1rc1.tar.gz#sha256=b1d7ef8cc69216c716e15bfe1048a94732f9fada05f1fbf111f8e1eef806cff7 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1rc1
  Found link https://files.pythonhosted.org/packages/ac/ce/a0fd76390044acd54a183224fffbdd43e0e207be4d02da0efcbaf4a2dbdb/TiMemory-1.1rc2.tar.gz#sha256=37bab02758cbd9a4d4a66003325bf4eaeec3ec2c0f0109a14d55249ce86d3f62 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1rc2
  Found link https://files.pythonhosted.org/packages/f3/f6/a67389fbf9d4de80fc16629dc96cd1eb60f6eb2bc16528a87c9707a0f702/TiMemory-1.1.2.tar.gz#sha256=2b17924e328befdc0d53be249c796a2560ff5ac3e9bac7e1ae6051b927e916e2 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.2
  Found link https://files.pythonhosted.org/packages/ff/65/1b0dafd1da5e8cc50354f4427316bc2d1545d3b665c1000d029f7f9e12af/TiMemory-1.1.2.post0.tar.gz#sha256=cbdecddf3964b5dadf5e87140c12e5654dab62db3c841a35c0a3291b5dbc3a7b (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.2.post0
  Found link https://files.pythonhosted.org/packages/a1/6b/090318ef8c8f702a6fb02a616cf318ffa7931948922f7f2fbaf9056889c4/TiMemory-1.1.3.dev0.tar.gz#sha256=20a4c6105671df2b649b48c095e8082a14b3882effa23811f45b11143c4d4d63 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.3.dev0
  Found link https://files.pythonhosted.org/packages/db/c7/9503d2cb05725c25852a0264341d3e0976fdcdbbda0715813de8678bcf05/TiMemory-1.1.3.tar.gz#sha256=6c6e2ae945ba6a7c13ed666bf1d847e58001d7ba1e7a37f8ef88ffb383ab460e (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.3
  Found link https://files.pythonhosted.org/packages/cb/22/2a2d5041111b935ac4f46ccc6544c0d163d64991ee08f74da49f82c3320b/TiMemory-1.1.4.dev0.tar.gz#sha256=afe23fad6998eeedc5db32be7b392efaaecc14f2e6a5deb286fc25d58345c324 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.4.dev0
  Found link https://files.pythonhosted.org/packages/c6/cc/2448b2890dc82bfa168407796214c770b6a78b0d6e564a7fa1fcf5c9a13a/TiMemory-1.1.4.dev1.tar.gz#sha256=5df7d10347dd087530cdcf7e1dd1a75f418b4f1f3ae1bd65e707c0f1f9c6d1ca (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.4.dev1
  Found link https://files.pythonhosted.org/packages/f1/7e/30fb3fa5c20e2daae88ea3a896a6f349b526eec312e359f6ae8c8770acc5/TiMemory-1.1.4.dev3.tar.gz#sha256=507247fbb751af7ec9b731351a3027f80f9626ac23fdf4ccaf20f5ecfada6910 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.4.dev3
  Found link https://files.pythonhosted.org/packages/86/c2/ccaa04b8af0ecda7a52aa17a3ff99c11118a9af5b3c60b5e6f2f066af3b1/TiMemory-1.1.4.dev4.tar.gz#sha256=5ebc9bc0f86285ed22fdd0cf0d0f5ed6e572c758f6882fcf67e97f15a2312bef (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.4.dev4
  Found link https://files.pythonhosted.org/packages/20/0c/747f16326fbc6e43a2ab11e520d4349dd1eb1fbc9ad02896344a2dc330b0/TiMemory-1.1.4.tar.gz#sha256=3db0f2193e34fd67aad35881bc0702eaf72ed167c7f645808d5a9cab5733493e (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.4
  Found link https://files.pythonhosted.org/packages/98/f3/4f69eb2d352f90c77ca0b313da63339fa368b375a5343578b062c9d59cd3/TiMemory-1.1.5.dev0.tar.gz#sha256=86d3162ea7152e3f37bd4c77f53296c965195dfc252aa34f5db9231b2252a65f (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.5.dev0
  Found link https://files.pythonhosted.org/packages/77/aa/98a2d440ee5f18e326ee845361d158526f934ee8981c03776f12abb49301/TiMemory-1.1.5.dev1.tar.gz#sha256=da9076c88911c1cfdab170bf8bead61d26f337d2641b2686fa2fb6003bfb6607 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.5.dev1
  Found link https://files.pythonhosted.org/packages/31/4b/a2ce56cbc52e0ff55e895672da1b59c72e67e86220c6b5fd2579328199cd/TiMemory-1.1.5.tar.gz#sha256=64c9c0dc8a74588d56a7b69e879ac20a89d4a3cb897df7850caa826381caab46 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.5
  Found link https://files.pythonhosted.org/packages/f9/ee/edf1d1df12f33ac833cad7017e6b2fe3254f7af9dbf6b976eea74fdf7286/TiMemory-1.1.6.tar.gz#sha256=a3a38cfcb631a2ab22f1493deded9579558d6521b8e9ce1d6c8473b105170ab4 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.6
  Found link https://files.pythonhosted.org/packages/86/38/be29bcbb0367082be9e7d67da4b1906d6c4979c08886263788cbd893d525/TiMemory-1.1.7.tar.gz#sha256=17949ba9beee68b0e1f5bd6b71b898a8868d98ebec98a6edee52ef83533ad429 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.7
  Found link https://files.pythonhosted.org/packages/36/58/b29ecc417d71ad61b91f2be13006c07c19e937864bfb51c12232a53598ed/TiMemory-1.1.8rc0.tar.gz#sha256=ba7b1a558442c17e651cea28840af3a9e980dfc396fadbf6bf24aa4e594fbc00 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.8rc0
  Found link https://files.pythonhosted.org/packages/d0/3d/2008f0ae8da9a8ae4e42655d31b6c0b137b6d3ed2e22462f275d86767f33/TiMemory-1.1.8rc1.tar.gz#sha256=40d3057fde13a71f63cce6a9967946229502041bc6cfa31c25940db18cacf176 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.8rc1
  Found link https://files.pythonhosted.org/packages/42/4e/173deffd48fb36d1a78cba936139f02a8410ab65f90722b856ef880f7046/TiMemory-1.1.8rc3.tar.gz#sha256=1436201c64a83a953acce1edafdd411472dcdb8e8968b5031c88352afcc53626 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.8rc3
  Found link https://files.pythonhosted.org/packages/c3/33/9f5bd550327c754b5e7da353ab3253bef849da11ad05971ab69c85c45dfc/TiMemory-1.1.8rc4.tar.gz#sha256=0b6fa1f8e8ea57f10ad6b1e06b6e3ee8fe81bfe0ee094fa109c73f225973956b (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.1.8rc4
  Found link https://files.pythonhosted.org/packages/b0/c8/e6e7ecab6bd97a06505990477316c5bd74ca89201b746ca0d5e2962bd99c/TiMemory-1.2.0.tar.gz#sha256=fa400c8dd066201cbc81a00e45b4d2f1adc232bee2dc673bac52b5d0c573016b (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.2.0
  Found link https://files.pythonhosted.org/packages/7a/a0/d65506aacf04323ed47d0a0f9cecc7a195d908a3a5fe4b5093df7547e1fb/TiMemory-1.2.1.dev0.tar.gz#sha256=623a1f0ff981fe168a197632017d18cff62e5a0f8525804cf62a57a80fac0653 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.2.1.dev0
  Found link https://files.pythonhosted.org/packages/dc/a0/6af6f36f273058faf9624e1e6f3545f29198cff9a84ffc37f0708388c179/TiMemory-1.2.1.tar.gz#sha256=07cd51a2b672a728dd43a0aa8cd51ef415531d3023ff5af6c87e0c17414a8c72 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.2.1
  Found link https://files.pythonhosted.org/packages/ba/e1/995f56a06da90e64cce9349743581b1c83567b306e4230ea6271ed6844ca/TiMemory-1.2.2.tar.gz#sha256=6b8047973b03996cd48fda57bccc666d1de809cd8a634eb1b773af09a45434c9 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.2.2
  Found link https://files.pythonhosted.org/packages/56/4a/84772a7eb78ba6cc7cd73adfe5c27b310e2d72d9963374e668cc497b316d/TiMemory-1.3.0rc1.tar.gz#sha256=cacdeba7dc0ca9a938787abf1f5ecef792f4910445663a2978f3107d269a1232 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.3.0rc1
  Found link https://files.pythonhosted.org/packages/76/4e/62a4e68b9e1e682a05feef553c42b6381e5dc64aaa4572c33ccfad953499/TiMemory-1.3.0rc2.tar.gz#sha256=00b4b217ec130c7ecd3bb83fa96fcac6daccac8ebf483b6472a3b3c54e7f4090 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.3.0rc2
  Found link https://files.pythonhosted.org/packages/b8/61/779f6c09b77bbf5974f936aa9f3e03ad771b08b4d71e9096abbac15e6f67/TiMemory-1.3.0rc3.tar.gz#sha256=2df2392992eaf7efdce7c42a091d66dcef913220c80244ec674084d2d0ac13e4 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.3.0rc3
  Found link https://files.pythonhosted.org/packages/90/6f/0a2203db0ee9b8cb4eeb118e259a5b5d25aa93a9e60499e312b998339f29/TiMemory-1.3.0rc4.tar.gz#sha256=3ad3fe28d4fc69f5453983a6e2d62fdee121b89619ee2023b88ef375b5622a0c (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.3.0rc4
  Found link https://files.pythonhosted.org/packages/ab/d4/d8e110244fe70971fdad3507f7ac85beeeb9ed669ae2e439bdfda929c6f3/TiMemory-1.3.0.tar.gz#sha256=073f38f5220b49cf0908c0c6979c1678552c22ddf7f322aa5df001969cac9765 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.3.0
  Found link https://files.pythonhosted.org/packages/98/ee/4e22c7f3c3131f13fa14ad0db94dc7c8bebf923c3d8bdb7ef1679f453af4/TiMemory-1.3.1.tar.gz#sha256=fbdc62231092ac705a5117e3ab8e24d94eb56cf92b7506de74fbf81da147e590 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 1.3.1
  Found link https://files.pythonhosted.org/packages/a8/41/32765fc62f9e8009ad4bb47b2df1b1ac61c459d87c7b6d0a759269371a3e/TiMemory-2.0.0rc0.tar.gz#sha256=87c8f1fc4ac4a33099c0a87f55e02a593b0a95f8d4cfd3a0f2bc16ae8540971f (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.0.0rc0
  Found link https://files.pythonhosted.org/packages/5e/34/df2e09b06fb863f1f04cc3a9a08e0bcc5f7d6b4e3d70638d3ee629a5da47/TiMemory-2.0.0.tar.gz#sha256=fd7a3228c999e70ff2ed28f89c4fb897390d4de06daf658ab1cfca145c74046c (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.0.0
  Found link https://files.pythonhosted.org/packages/47/38/be6d181258f829af7d9773bff4220e0ae9c090cfff0c081bbd64c54bc892/TiMemory-2.0.1.tar.gz#sha256=f73bc3e88bdd3ebff8de9c79ab7310b1417c0faa0efd595b789220394244ad4f (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.0.1
  Found link https://files.pythonhosted.org/packages/da/6f/35daabad5867e7e4da073077e830caf768404a123744dffc0e328fa59a49/TiMemory-2.1.0.dev0.tar.gz#sha256=59db34906cd07e6d37b18fbd1ecc91abced6e8b77751e7c90debad75b0277dec (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.1.0.dev0
  Found link https://files.pythonhosted.org/packages/fe/27/caf2bddff29b70c5652600c0de504714ed7ad046b50a172497e49c2a6951/TiMemory-2.1.0.dev1.tar.gz#sha256=92223f9e262d5df18b3c00ca45a8a39ad4befb0eb4f8dda29ecec4d6617eb0dc (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.1.0.dev1
  Found link https://files.pythonhosted.org/packages/8f/5f/b5f673d8ba5b95d4bfff829802e421b4a7671208adf7dd22857b52a0c44c/TiMemory-2.1.0.dev2.tar.gz#sha256=45295c320b49ed8e693024603f0eb29ed66cac84f0d2dd2dcdc3306e91e2aa31 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.1.0.dev2
  Found link https://files.pythonhosted.org/packages/a7/4a/93036db8d5d7f1bcb4e0b6c7cfe1bd15c80139dee87d938f20f7433ff24b/TiMemory-2.1.0.tar.gz#sha256=72a316b6cac78a94b8919aa89132c08a92a3aea482450cee8ab98eb29dff9645 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.1.0
  Found link https://files.pythonhosted.org/packages/fb/63/3206b0f4f5097339cc67b8f713e12229d0448614172f0a0b42e439150e2f/TiMemory-2.2.0.tar.gz#sha256=6da2d12083c3fd65cf216e9e08565eb2ee17f50f70a8f307424d292b48f111c3 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.2.0
  Found link https://files.pythonhosted.org/packages/e0/6b/c4d0ab21416ba78bb5a11f7ef02cb0cc050f43f3a64d47dee8f4f243b1df/TiMemory-2.2.1rc0.tar.gz#sha256=858dbdba427661135b1e1a2e8e1f98694e838abc1da699ea3d5df78b145baaf4 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.2.1rc0
  Found link https://files.pythonhosted.org/packages/33/10/92e1de6539822c40991da964e67200dd2c3eca33f20b6b8101c2e8d01d3b/TiMemory-2.2.1.tar.gz#sha256=0e787cbefb266337a961015462980484299e073263f435ab14091ae92b4ff8d9 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.2.1
  Found link https://files.pythonhosted.org/packages/8c/3d/07ff67c2a3c2e5aef9c7fd68923d0c8a584eb44efc919cc77ac71730e2a1/TiMemory-2.2.2.tar.gz#sha256=9bd55f7bc57ed67c7fe92fff55eb5e5b0b4659136e57e5f98bdc0494ad138548 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.2.2
  Found link https://files.pythonhosted.org/packages/7a/95/663a077a0d43d91d036104cef7ee4cf847451e3944a7e987a1c6a64a3019/TiMemory-2.3.0.dev0.tar.gz#sha256=5d903c6a147aaae41d27927c7ee3489b659f76cbee9a3a4195f8aacd66213e7e (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.3.0.dev0
  Found link https://files.pythonhosted.org/packages/6c/e7/1e999e39d0b115ad65c0c230be2e43e8c3a6dd681d12b0ae855c6302e020/TiMemory-2.3.0rc0.tar.gz#sha256=1e9082d5f3c0f63c90ddd25b340e64cc45b028641244b94f00aa72a2d24d9015 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 2.3.0rc0
  Found link https://files.pythonhosted.org/packages/1b/8c/32ebaf20fcf2ea415dcd15ac3746c777e5cf937a37b31029c61f958fc62b/timemory-3.0.0rc0.tar.gz#sha256=a90e9b3557c31b07b0fd0739b86c2721ed68189c972180075c0aba948708cc68 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 3.0.0rc0
  Found link https://files.pythonhosted.org/packages/67/42/9a5f5e12dc3de58483144dbffb730f534c972287f138e657fc88d1458e62/timemory-3.0.0rc1.tar.gz#sha256=ce4a6495d4285b386f8762a211c533c49b2c39a8a9568b057b03e859247f5b61 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 3.0.0rc1
  Found link https://files.pythonhosted.org/packages/f5/ce/cd439d839946466b7a42344f0c20589e75ded0acdff36ef296f2c62774c1/timemory-3.0.0rc2.tar.gz#sha256=f54300fcf71666b9cec3558705ce41ebcf2c6a4e1fdd5ee6fcbfd7a5478bd6f8 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 3.0.0rc2
  Found link https://files.pythonhosted.org/packages/ba/35/ec31063792ba2da881d3838aadfca602849cfd55ebdd01430008df0ae8af/timemory-3.0.0rc3.tar.gz#sha256=d546a0788e21605fa64f323c8bee948317148913f3253c5acbecedf639e08a24 (from https://pypi.org/simple/timemory/) (requires-python:>=2.6), version: 3.0.0rc3
  Found link https://files.pythonhosted.org/packages/49/fa/91d772becf0c8b6521bf322cd1a6413b30bd2505010c9d27c0dde5ea86cf/timemory-3.0.0.tar.gz#sha256=6bb9a4726a39a7714e3d7cc70b0e379a1b2f110f68b9676e8933e895eeca939e (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.0.0
  Found link https://files.pythonhosted.org/packages/37/76/7d0be12e22970f32e293212bbe38c07ac4cb4db7a2493c5fde8e2c82a1b3/timemory-3.0.0.1.tar.gz#sha256=cc13cebf7737d3cd8f3e95bfbf923b8aca5b60c74c991e021a7d3eb809f3b368 (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.0.0.1
  Found link https://files.pythonhosted.org/packages/93/81/f998caa046fb5125d0125a053e3343f20befef9a5642e1eb35a2a09236a5/timemory-3.0.1.tar.gz#sha256=a4ee67e20fb8536d2c08d643514229a34fe4e748029dc54cf916a3eca5c09417 (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.0.1
  Found link https://files.pythonhosted.org/packages/2a/17/b788e24a226dbf265339cec02dd712e277a449a94b1b81697c401b4b3315/timemory-3.1.0.dev0.tar.gz#sha256=04cb8fa2641103fc325d9255ffb561bab8c453cdb946a55aa02fc728e8a3bef9 (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev0
  Found link https://files.pythonhosted.org/packages/58/16/6aacdf6241e78034421792a7c7893910c0d36a5dd2dee8c1264d5de5c935/timemory-3.1.0.dev1.tar.gz#sha256=4f5a34a3d8d60f3c4bb660ac617807e1da86b7e4833793852eb944344dd55bee (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev1
  Found link https://files.pythonhosted.org/packages/35/9f/30f584fb12bdafd4eedec2ee0ef4818ff5a936027737f35318b65fb50775/timemory-3.1.0.dev2.tar.gz#sha256=ec67e93e7b8dac71c68e23573d54145d76d4a3a331962025e2c92b19724addb7 (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev2
  Found link https://files.pythonhosted.org/packages/6b/ba/076837199ba3c5f8a4c23fe677ad0a45e37480c8d194c8b2f326e2e30d83/timemory-3.1.0.dev3.tar.gz#sha256=15c3183737f0944fa1cec145eb6ac917b73c9d2c5ca73f96b41777b0df5d8303 (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev3
  Found link https://files.pythonhosted.org/packages/12/d4/ad125952ef047816fcaf4d73089a786c41e8c3c93f8b83c23afb2080e95a/timemory-3.1.0.dev4.tar.gz#sha256=2b7262138209914525ff5c63ebaf2d4025c7e060f1f9464f1da073f2f6558be7 (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev4
  Found link https://files.pythonhosted.org/packages/1a/1d/b8f0eb9a49740a4a6827b1a7900ec8d5ac34d36cb1fdd7dd2cc0bbe5ee39/timemory-3.1.0.dev5.tar.gz#sha256=b6d3d59fbaacd087bc5d5a9c181da2ebeebc5bf2361db9ccffd8bd2f919940b4 (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev5
  Found link https://files.pythonhosted.org/packages/b2/ef/ee54f9c31897e06afc74b9c3abb3a9d660754f5f5bf02ee68fd8621022fb/timemory-3.1.0.dev6.tar.gz#sha256=eb89575dc301a2b28f548380fe94d66b5a6e556451b79b8c264f4ccee3b826cf (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev6
  Found link https://files.pythonhosted.org/packages/5d/21/df346aa2d62327f66d3f9e5edbeac7da6a1b908d64ce75b69b71ff346e3d/timemory-3.1.0.dev7.tar.gz#sha256=a71271e1b320f2f4f330b6a0fdd2ba642ed79f7f1134a8afbb4b3adc907d4baf (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev7
  Found link https://files.pythonhosted.org/packages/fa/87/8afd6e5cc095538b4479ef569c73e9330f6b1dba038fa9c202059e20e69e/timemory-3.1.0.dev8.tar.gz#sha256=9a7df8d255fbdf52fa18c5503f7c1ceff80dafa8d74aa203f539fc9c1598323b (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev8
  Found link https://files.pythonhosted.org/packages/de/32/998d958f54e45d8ae24ecead429ece0409ee66979305c03217826adc577f/timemory-3.1.0.dev9.tar.gz#sha256=d9680a145d1e4aa5e64b94f7c4f86f1269c001bad13d0a3f909bbe5026450ef4 (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev9
  Found link https://files.pythonhosted.org/packages/f9/96/2f82d9b3a60e532e32e619b4f69b880bb84c8433bfe8bc1d12fa5c7497fc/timemory-3.1.0.dev10.tar.gz#sha256=1d7832d3cec6a9ec0f249e4e558b397b042c4db3dbbe06acda3c7923ad46b2d4 (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev10
  Found link https://files.pythonhosted.org/packages/53/55/187ed90e18c575bf94367883a930abf4eb214d1ab13f9555bdee4a5ab9ab/timemory-3.1.0.dev11.tar.gz#sha256=d0fbdc5c76f279d684ddd1f37434861027f6af9f47537ccb022b37b44ac41622 (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev11
  Found link https://files.pythonhosted.org/packages/52/d6/2fe3b5acb03e465247a8c3dfdc0a04adca749c1bf35ec06779ce2ce06cae/timemory-3.1.0.dev12.tar.gz#sha256=d490fca9f02f9df80f4273e4049d839f5521e89618db61c2123d727dbdf423d5 (from https://pypi.org/simple/timemory/) (requires-python:>=2.7), version: 3.1.0.dev12
Given no hashes to check 21 links for project 'timemory': discarding no candidates
Using version 3.0.1 (newest of versions: 1.1.2, 1.1.2.post0, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.2.0, 1.2.1, 1.2.2, 1.3.0, 1.3.1, 2.0.0, 2.0.1, 2.1.0, 2.2.0, 2.2.1, 2.2.2, 3.0.0, 3.0.0.1, 3.0.1)
Collecting timemory
  Created temporary directory: /tmp/pip-unpack-f5e0r_l4
  Looking up "https://files.pythonhosted.org/packages/93/81/f998caa046fb5125d0125a053e3343f20befef9a5642e1eb35a2a09236a5/timemory-3.0.1.tar.gz" in the cache
  Current age based on date: 27057
  Ignoring unknown cache-control directive: immutable
  Freshness lifetime from max-age: 365000000
  The response is "fresh", returning cached response
  365000000 > 27057
  Using cached timemory-3.0.1.tar.gz (3.2 MB)
  Added timemory from https://files.pythonhosted.org/packages/93/81/f998caa046fb5125d0125a053e3343f20befef9a5642e1eb35a2a09236a5/timemory-3.0.1.tar.gz#sha256=a4ee67e20fb8536d2c08d643514229a34fe4e748029dc54cf916a3eca5c09417 to build tracker '/tmp/pip-req-tracker-s8_sch9b'
    Running setup.py (path:/tmp/pip-install-3datj26q/timemory/setup.py) egg_info for package timemory
    Created temporary directory: /tmp/pip-pip-egg-info-mhuplr_e
    Running command python setup.py egg_info
    running egg_info
    creating /tmp/pip-pip-egg-info-mhuplr_e/timemory.egg-info
    writing /tmp/pip-pip-egg-info-mhuplr_e/timemory.egg-info/PKG-INFO
    writing dependency_links to /tmp/pip-pip-egg-info-mhuplr_e/timemory.egg-info/dependency_links.txt
    writing entry points to /tmp/pip-pip-egg-info-mhuplr_e/timemory.egg-info/entry_points.txt
    writing top-level names to /tmp/pip-pip-egg-info-mhuplr_e/timemory.egg-info/top_level.txt
    writing manifest file '/tmp/pip-pip-egg-info-mhuplr_e/timemory.egg-info/SOURCES.txt'
    package init file 'timemory/__init__.py' not found (or not a regular file)
    reading manifest file '/tmp/pip-pip-egg-info-mhuplr_e/timemory.egg-info/SOURCES.txt'
    writing manifest file '/tmp/pip-pip-egg-info-mhuplr_e/timemory.egg-info/SOURCES.txt'
  Source in /tmp/pip-install-3datj26q/timemory has version 3.0.1, which satisfies requirement timemory from https://files.pythonhosted.org/packages/93/81/f998caa046fb5125d0125a053e3343f20befef9a5642e1eb35a2a09236a5/timemory-3.0.1.tar.gz#sha256=a4ee67e20fb8536d2c08d643514229a34fe4e748029dc54cf916a3eca5c09417
  Removed timemory from https://files.pythonhosted.org/packages/93/81/f998caa046fb5125d0125a053e3343f20befef9a5642e1eb35a2a09236a5/timemory-3.0.1.tar.gz#sha256=a4ee67e20fb8536d2c08d643514229a34fe4e748029dc54cf916a3eca5c09417 from build tracker '/tmp/pip-req-tracker-s8_sch9b'
Building wheels for collected packages: timemory
  Created temporary directory: /tmp/pip-wheel-2xk822oo
  Building wheel for timemory (setup.py) ...   Destination directory: /tmp/pip-wheel-2xk822oo
  Running command /home/nicolo/PycharmProjects/ASoC-algo/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-3datj26q/timemory/setup.py'"'"'; __file__='"'"'/tmp/pip-install-3datj26q/timemory/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-2xk822oo
  Traceback (most recent call last):
    File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/setuptools_wrap.py", line 560, in setup
      cmkr = cmaker.CMaker(cmake_executable)
    File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/cmaker.py", line 95, in __init__
      self.cmake_version = get_cmake_version(self.cmake_executable)
    File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/cmaker.py", line 82, in get_cmake_version
      "Problem with the CMake installation, aborting build. CMake executable is %s" % cmake_executable)

  Problem with the CMake installation, aborting build. CMake executable is cmake
error
  ERROR: Failed building wheel for timemory
  Running setup.py clean for timemory
  Running command /home/nicolo/PycharmProjects/ASoC-algo/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-3datj26q/timemory/setup.py'"'"'; __file__='"'"'/tmp/pip-install-3datj26q/timemory/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
  running clean
  '_skbuild/linux-x86_64-3.6/setuptools/lib' does not exist -- can't clean it
  '_skbuild/linux-x86_64-3.6/setuptools/bdist.linux-x86_64' does not exist -- can't clean it
  '_skbuild/linux-x86_64-3.6/setuptools/scripts-3.6' does not exist -- can't clean it
Failed to build timemory
Installing collected packages: timemory
  Created temporary directory: /tmp/pip-record-exrmxwpw
    Running command /home/nicolo/PycharmProjects/ASoC-algo/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-3datj26q/timemory/setup.py'"'"'; __file__='"'"'/tmp/pip-install-3datj26q/timemory/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-exrmxwpw/install-record.txt --single-version-externally-managed --compile --install-headers /home/nicolo/PycharmProjects/ASoC-algo/venv/include/site/python3.6/timemory
    Traceback (most recent call last):
      File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/setuptools_wrap.py", line 560, in setup
        cmkr = cmaker.CMaker(cmake_executable)
      File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/cmaker.py", line 95, in __init__
        self.cmake_version = get_cmake_version(self.cmake_executable)
      File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/skbuild/cmaker.py", line 82, in get_cmake_version
        "Problem with the CMake installation, aborting build. CMake executable is %s" % cmake_executable)

    Problem with the CMake installation, aborting build. CMake executable is cmake
    Running setup.py install for timemory ... error
ERROR: Command errored out with exit status 1: /home/nicolo/PycharmProjects/ASoC-algo/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-3datj26q/timemory/setup.py'"'"'; __file__='"'"'/tmp/pip-install-3datj26q/timemory/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-exrmxwpw/install-record.txt --single-version-externally-managed --compile --install-headers /home/nicolo/PycharmProjects/ASoC-algo/venv/include/site/python3.6/timemory Check the logs for full command output.
Exception information:
Traceback (most recent call last):
  File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 841, in install
    req_description=str(self.req),
  File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/pip/_internal/operations/install/legacy.py", line 86, in install
    raise LegacyInstallFailure
pip._internal.operations.install.legacy.LegacyInstallFailure

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 188, in _main
    status = self.run(options, args)
  File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/pip/_internal/cli/req_command.py", line 185, in wrapper
    return func(self, options, args)
  File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 407, in run
    use_user_site=options.use_user_site,
  File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/pip/_internal/req/__init__.py", line 71, in install_given_reqs
    **kwargs
  File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 845, in install
    six.reraise(*exc.parent)
  File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/pip/_vendor/six.py", line 703, in reraise
    raise value
  File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/pip/_internal/operations/install/legacy.py", line 76, in install
    cwd=unpacked_source_directory,
  File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/pip/_internal/utils/subprocess.py", line 274, in runner
    spinner=spinner,
  File "/home/nicolo/PycharmProjects/ASoC-algo/venv/lib/python3.6/site-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess
    raise InstallationError(exc_msg)
pip._internal.exceptions.InstallationError: Command errored out with exit status 1: /home/nicolo/PycharmProjects/ASoC-algo/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-3datj26q/timemory/setup.py'"'"'; __file__='"'"'/tmp/pip-install-3datj26q/timemory/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-exrmxwpw/install-record.txt --single-version-externally-managed --compile --install-headers /home/nicolo/PycharmProjects/ASoC-algo/venv/include/site/python3.6/timemory Check the logs for full command output.
Removed build tracker: '/tmp/pip-req-tracker-s8_sch9b'
jrmadsen commented 4 years ago

I am not sure you have CMake installed

nghielme commented 4 years ago

I am not sure you have CMake installed

You right, very stupid error. Sorry about that. Thank you!