Install : error: invalid command 'bdist_wheel'
(venv) poussel@ist-159-12:~/insarviz-master$ pip install .
Building wheel for insarviz (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /home/poussel/venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-pmxhcp5x/setup.py'"'"';
+__file__='"'"'/tmp/pip-req-build-pmxhcp5x/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-skit1i77
cwd: /tmp/pip-req-build-pmxhcp5x/
Complete output (6 lines):
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 insarviz
Running setup.py clean for insarviz
Failed to build insarviz
Installing collected packages: insarviz
Running setup.py install for insarviz ... done
Successfully installed insarviz-1.0
Edited by Franck Thollard