after asking to replace Flask with FastAPI, python stopped working. Any command with python crashed.
❯ python3
RustPython 3.11.0
Type "help", "copyright", "credits" or "license" for more information.
>>>>> import venv
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "venv", line 10, in <module>
File "subprocess", line 49, in <module>
File "signal", line 1, in <module>
ModuleNotFoundError: No module named '_signal'
Describe the bug
after asking to replace Flask with FastAPI, python stopped working. Any command with python crashed.
Link to the Bolt URL that caused the error
https://bolt.new/~/sb1-d9fwyd
Steps to reproduce
Expected behavior
python works and I can continue working
Screenshots
No response
Platform
Additional context
No response