question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

no-binary / no-use-wheel mismatch

See original GitHub issue

--no-binary still installs a wheel if this is a non-binary wheel. So --no-binary is not an 1:1 replacement for --no-use-wheel and therefore the latter shouldn’t be marked as deprecated.

See #1891 why --no-use-wheel is still an important option.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:19 (15 by maintainers)

github_iconTop GitHub Comments

9reactions
xavfernandezcommented, Oct 16, 2015

The correct syntax is pip install --no-binary :all: pytest 😃

4reactions
honnibalcommented, Mar 16, 2018

I get tricked by this all the time. I write:

 `pip install -r requirements.txt --no-binary --no-cache-dir`

The --no-cache-dir gets read as the argument to --no-binary, and pip goes and does exactly what I didn’t want.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Improving WPF Mouse Wheel Processing - CodeProject
Mismatches between intended operation and observed outcome are fixed. What's more, MWLib offers: Additional Fields Of Application. Horizontal ...
Read more >
Element: mousewheel event - Web APIs | MDN
The obsolete and non-standard mousewheel event is fired asynchronously at an Element to provide updates while a mouse wheel or similar ...
Read more >
https://opensource.apple.com/source/tcl/tcl-107.50...
2/29/92 (bug fix) Change Tk not to update size and position of top-level windows ... targets in Makefile for installing binary and non-binary...
Read more >
Use mouse wheel in Excel dynamic combobox not working on ...
Use mouse wheel in Excel dynamic combobox not working on Excel 2010 ... combobox) presents the error: "Error compilation: type mismatch. ".
Read more >
tcltk/changes at master · das/tcltk · GitHub
This file summarizes all changes made to Tk since version 1.0 was. released on March 13, 1991. Changes that aren't backward compatible.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found