Skip to content

Commit c727aee

Browse files
committed
pip install wheel in debian packaging
to prevent this error during the pip install: ``` Building wheels for collected packages: pyyaml, inotify, MarkupSafe, ruamel.yaml.clib Running setup.py bdist_wheel for pyyaml: started Running setup.py bdist_wheel for pyyaml: finished with status 'error' Complete output from command /build/hndocsnext-20230124.142001/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-88vipxf9/pyyaml/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-65xlmawf --python-tag cp37: usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: -c --help [cmd1 cmd2 ...] or: -c --help-commands or: -c cmd --help error: invalid command 'bdist_wheel' ```
1 parent df37b0a commit c727aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
build:
99
python3 -m venv venv
10+
venv/bin/pip install wheel
1011
venv/bin/pip install -r requirements/development.txt
1112
bash -c 'source venv/bin/activate; bin/build_manpage'
1213
mv docs/_build/man/docs.1 docs/_build/man/hypernode.3

0 commit comments

Comments
 (0)