Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

remove reference to unavailable pip command #82

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

pabigot
Copy link

@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]>
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.

1 participant