-
Notifications
You must be signed in to change notification settings - Fork 184
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
Tasmotizer do not start on macOS Big Sur #65
Comments
I am having the same issue, did you manage to solve this yet? |
No solution found. I used a workaround: https://tasmota.github.io/docs/Getting-Started/#esptoolpy |
Same problem here |
same here |
Use latest pyserial for Big Sur see pyserial/pyserial#509 (comment) |
The latest pyserial does not fix the issue. Can we reopen this? |
Working on Python3.8, but doesn't with 3.9 |
Hello,
Facing a problem on a fresh install of Tasmotizer:
python3 -m venv venv2
. venv2/bin/activate
pip install tasmotizer
Successfully installed PyQt5-5.15.1 PyQt5-sip-12.8.1 pyserial-3.4 tasmotizer-1.2.1
When starting Tasmotizer, no window appear and Python is stuck 100% of CPU. Have to kill it. Tried to wait for 5 minutes but no window appear and still stuck.
Any idea of what I can try please?
Thanks.
The text was updated successfully, but these errors were encountered: