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.

echo_via_pager broken on Windows in 7.1

See original GitHub issue

Calls to click.echo_via_pager are failing on Windows since upgrading to 7.1

Expected behavior (7.0)

Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import click
>>> click.__version__
'7.0'
>>> text = [f"hello {i} \n" for i in range(1000)]
>>> click.echo_via_pager(text)
hello 0
hello 1
hello 2
hello 3
hello 4
-- MORE --

Actual behavior (7.1)

Python 3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import click
>>> click.__version__
'7.1.1'
>>> text = [f"hello {i} \n" for i in range(1000)]
>>> click.echo_via_pager(text)
The system cannot find the file specified.
>>>

Notes

  • Only seems broken on Windows: tested with Ubuntu WSL and click 7.1, works as expected

Environment

  • Python version: 3.7, 3.8 (same results)
  • Click version: 7.1.1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
davidismcommented, Apr 27, 2020

Missed that issue, but it’s due to the same thing, so that’s should be fixed too.

1reaction
davidismcommented, Apr 27, 2020

Click 7.1.2 is available on PyPI.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix 7.1 Surround Sound not working in Windows?
How can I fix this? Solved Answer. Understand instantly. Solution 1. Configure 7.1 Sound; Solution 2. Use Windows Audio Troubleshooter ...
Read more >
5.1 or 7.1 surround outputs not working properly Microsoft ...
Hello, I cannot get the audio stream to play through the surround sound channels - center or Sub Out from my audio card...
Read more >
Fix: Channel Surround Sound Not Working in Windows 11/10
1. Verify Surround Sound Configurations · Press the Windows + R key simultaneously to open the run dialog box, and in the search...
Read more >
How to activate and use 7.1 Surround Sound - Razer
Windows 64-bit operating system; Internet connection for initial Razer ID login and activation. You can view the video below for instructions or ...
Read more >
Fix Channel Surround Sound not working in Windows 11
This issue can occur on both 5.1 and 7.1 surround sound systems with any audio player. If this issue occurs on your system,...
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