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.

Error during startproject [ ModuleNotFoundError: No module named 'termios' ]

See original GitHub issue

Hi all.

So I’m trying to generate a project by using fastapi startproject core --interactive

But this error below pops out of my terminal Traceback (most recent call last): File "c:\users\x\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\users\x\appdata\local\programs\python\python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\x\Documents\Development\Playground\test-fastapi\env\Scripts\fastapi.exe\__main__.py", line 4, in <module> File "c:\users\x\documents\development\playground\test-fastapi\env\lib\site-packages\manage_fastapi\main.py", line 11, in <module> from manage_fastapi.helpers import bullet, launch_cli, yes_no File "c:\users\x\documents\development\playground\test-fastapi\env\lib\site-packages\manage_fastapi\helpers.py", line 4, in <module> from bullet import Bullet, SlidePrompt, colors File "c:\users\x\documents\development\playground\test-fastapi\env\lib\site-packages\bullet\__init__.py", line 1, in <module> from .client import Bullet File "c:\users\x\documents\development\playground\test-fastapi\env\lib\site-packages\bullet\client.py", line 4, in <module> from . import utils File "c:\users\x\documents\development\playground\test-fastapi\env\lib\site-packages\bullet\utils.py", line 3, in <module> import tty, termios File "c:\users\x\appdata\local\programs\python\python39\lib\tty.py", line 5, in <module> from termios import * ModuleNotFoundError: No module named 'termios'

And I’m running this on Windows 10 machine. I’ve read somewhere that termios is only unix and not windows. Is this true?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Kludexcommented, Sep 2, 2021

Support for Windows will be available on manage-fastapi 1.1.0 🎉

0reactions
bshea5commented, Aug 27, 2021

+1 for Windows support if its doable. Would like to check this out in the future. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error: ModuleNotFoundError: No module named 'termios'
Stack Overflow for Teams – Start collaborating and sharing organizational knowledge.
Read more >
Python 'termios' Module Not Found (Easy Fix) - Finxter
The termios module is a Python built-in module on Unix-like systems such as Linux, Ubuntu, and macOS. ... How to Fix any Error:...
Read more >
Python error when running gm.py: No module named termios
When I tried to run gm.py x64.release, I got an ImportError: No module named termios. I then tried to do pip install termios,...
Read more >
PythonのImportError:No module namedの解決方法を現役 ...
ModuleNotFoundError Traceback (most recent call last) in () ----> 1 import simplejson ModuleNotFoundError: No module named 'simplejson'.
Read more >
No module named 'termios' when using ... - Lemma Soft Forums
Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - ......
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