Skip to content

Building wheel for dev version fails #758

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bnavigator opened this issue Aug 6, 2022 · 0 comments · Fixed by #759
Closed

Building wheel for dev version fails #758

bnavigator opened this issue Aug 6, 2022 · 0 comments · Fixed by #759

Comments

@bnavigator
Copy link
Contributor

When replacing setup.py install with pip install . I get the following output:

Building wheels for collected packages: control
  Building wheel for control (setup.py): started
  Building wheel for control (setup.py): finished with status 'done'
  Created wheel for control: filename=control-dev-py2.py3-none-any.whl size=407614 sha256=a2bfcb8edd57c305b7344d9439136a84cb7359f15c160a8d2ea616e9d407a0ab
  Stored in directory: /home/runner/.cache/pip/wheels/77/fe/0b/1b2[19](https://github.com/bnavigator/python-control/runs/7704032738?check_suite_focus=true#step:4:20)0b1f4a6d7e4e1d478b5e5853711a34954751fabd90c43
  WARNING: Built wheel for control is invalid: Metadata 1.2 mandates PEP 440 version, but 'dev' is not
Failed to build control
Installing collected packages: control
  Running setup.py install for control: started
  Running setup.py install for control: finished with status 'done'
  DEPRECATION: control was installed using the legacy 'setup.py install' method, because a wheel could not be built for it. A possible replacement is to fix the wheel build issue reported above. Discussion can be found at https://github.com/pypa/pip/issues/8368
Successfully installed control-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant