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

Remove reference to unavailable pip command #82

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

pabigot
Copy link
Contributor

@pabigot pabigot commented Jan 19, 2024

Description:

--use-wheel was deprecated in 2015, and removed in 2018. Its replacement --use-binary :all: does not appear to work, perhaps because a dependency is not available in a binary package. Save people some time by not suggesting to use it.

Related issue (if applicable): fixes #

Checklist:

  • The code change is tested and works locally.
  • Local tests pass.
  • There is no commented out code in this PR.
  • Tests have been added/updated and code coverage percentage does not drop. No exclusions in .coveragerc allowed
  • README.MD updated (if necessary)

`--use-wheel` was deprecated in 2015, and removed in 2018.  Its
replacement `--use-binary :all:` does not appear to work, perhaps
because a dependency is not available in a binary package.  Save
people some time by not suggesting to use it.

Signed-off-by: Peter A. Bigot <[email protected]>
@joostlek joostlek changed the title remove reference to unavailable pip command Remove reference to unavailable pip command Feb 12, 2025
@joostlek joostlek merged commit 69540b5 into pySmartThings:main Feb 12, 2025
6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants