Closed aiverson closed 4 years ago
I suspect ok-show.py
is using python3 3.8.0b2
, which is still a pre-release (note: 3.8.0b3 has also been released). I will test and possibly fix the issue when 3.8 is released.
In the meantime, you can force ok-bash to use python 2, by running this command before or after ok-bash is initialized:
export _OK__PATH_TO_PYTHON=$(command -v python)
Hi @aiverson, I've just tested with Python 3.8.0 on macOS Mojave, and _okbash runs just fine. Do you still have troubles, or is your problem fixed now?
When invoking ok from bash, the following error message is printed and nothing else happens.
My python versions are python: 2.7.16; python3 3.8.0b2. The system is NixOS.