-
Notifications
You must be signed in to change notification settings - Fork 43
UnicodeDecodeError: #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thanks for the bug report. I don't have Windows, but I think the issue is due to file encoding. I have now added Can you check if the updated code works for you? Try |
One thing I've noticed is that it does not let me input text. |
Are you using Windows Terminal or some other application? I've heard Windows Terminal works well. If issues persist, I think you might have better experience by using WSL (https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) |
Hi, basically the console is stuck, it doesn't let me move things. this was using PS5 and regexexercises.exe The culprit of the behavior where it stops working is that if I switch windows, say I open the browser, and then I get back to the console, it gets stuck and unresponsive.
Sadly, on the environment we are working, having WSL is not allowed. |
Thanks for the report, I'll try to get help from someone tomorrow regarding running on Windows. Can you give the exact name of the terminal application you are running? Or better yet, copy paste the output of |
I think windows terminal is just a wrapper. Great suggestion, I would add it to the instructions. Here's the equivalent commands for windows: python -m venv textual_apps
cd ./textual_apps
. ./Scripts/activate.ps1
pip install regexexercises
#launch the app
regexexercises |
Thanks, I've added a note referring to this issue. |
Running powershell, on Windows 10.

Python 3.11.2
Did all the steps, when running the .exe file, it throws this error:
Tried cmd, powershell 5 and powershell 7
The text was updated successfully, but these errors were encountered: