daducci / COMMIT

Linear framework to combine tractography and tissue micro-structure estimation with diffusion MRI
Other
43 stars 33 forks source link

v1.6.4 #120

Closed nightwnvol closed 1 year ago

nightwnvol commented 1 year ago

Behaviour

Running pip install dmri-commit with pip<=20.0.2 installs correctly the package, but this error message is shown:

Building wheel for dmri-commit (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /home/clori/commit_test/venv/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-_kxxkdl1/dmri-commit/setup.py'"'"'; __file__='"'"'/tmp/pip-install-_kxxkdl1/dmri-commit/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-h0imqbx2
       cwd: /tmp/pip-install-_kxxkdl1/dmri-commit/
  Complete output (8 lines):
  WARNING: The wheel package is not available.
  WARNING: The wheel package is not available.
  usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: setup.py --help [cmd1 cmd2 ...]
     or: setup.py --help-commands
     or: setup.py cmd --help

  error: invalid command 'bdist_wheel'
  ----------------------------------------
  ERROR: Failed building wheel for dmri-commit

Runtime info

OS: Ubuntu-20.04 Python: 3.8.10 pip: 20.0.2