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 module named 'fcntl' on Windows 10

See original GitHub issue

I try to use this tool on Win10. But the used fcntl library is not available on Win10. Is there any way or plan to support Windows in future?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:11
  • Comments:21 (13 by maintainers)

github_iconTop GitHub Comments

8reactions
wookayincommented, Sep 5, 2020

@chanduthedev Did you read this issue thread? This was already fixed but yet unreleased. Get the master version: pip install git+https://github.com/wookayin/gpustat

3reactions
wookayincommented, Feb 2, 2020

We will start using blessed (1.17.1+) in place of blessings. @skjerns has added a window support in #78, thanks!

Could anyone try blessed branch on windows? Are color and -i (watch mode) all working well?

Read more comments on GitHub >

github_iconTop Results From Across the Web

ModuleNotFoundError: No Module Named 'fcntl' (Python)
This short tutorial will show you some useful ways that can help you resolve it. The minimal occurrence of the error is when...
Read more >
Error: No module named 'fcntl' - python
The issue is that 'fcntl' is not available on windows. The alternative that can be used, as suggested by Alexey Grigorov in Ml...
Read more >
ModuleNotFoundError: No module named 'fcntl' #1414
The problem is gunicorn. It doesn't support Windows. There's now a plan to add Windows support, but it may be faster to use...
Read more >
ModuleNotFoundError: No module named 'fcntl' - Django
Hi everyone, I'm currently taking the Django Part 3 course using Windows 10, and I came across this error when running the command...
Read more >
How To Fix Python Error fcntl On Windows - YouTube
How To Fix Python Error fcntl On Windows [re-edit]This video show you how to Python fix Error fcntl on Windows, I use urwid...
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