mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 06:22:55 +01:00
a434eb5333
Fix to avoid "TypeError: the JSON object must be str, not 'bytes'" error while installing. Traceback: curl -sf https://www.getlektor.com/install.sh | sudo sh Welcome to Lektor This script will install Lektor on your computer. Installing at: bin: /usr/local/bin app: /usr/local/lib/lektor Continue? [Yn] y Traceback (most recent call last): File "<stdin>", line 142, in <module> File "<stdin>", line 130, in main File "/usr/lib/python3.5/json/__init__.py", line 268, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) File "/usr/lib/python3.5/json/__init__.py", line 312, in loads s.__class__.__name__)) TypeError: the JSON object must be str, not 'bytes' |
||
---|---|---|
.. | ||
static | ||
install.ps1 | ||
install.sh |