Skip to content
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

Setup: Add wheel as a requirement #17

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

netravnen
Copy link
Contributor

When wheel package is not installed an error message will be printed to stdout.

Part of the msg will contain this:

WARNING: The wheel package is not available.
WARNING: The wheel package is not available.
  error: subprocess-exited-with-error

Suggestion is to add wheel as a requirement in setup.py with the existing requirements.

When wheel package is not installed an error message will be printed to
stdout.

Part of the msg will contain this:

```
WARNING: The wheel package is not available.
WARNING: The wheel package is not available.
  error: subprocess-exited-with-error
```

Suggestion is to add wheel as a requirement in setup.py with the
existing requirements.
@job job merged commit 2c2d375 into job:master Mar 22, 2023
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 this pull request may close these issues.

2 participants