Closed beet-enjoyer closed 10 months ago
Please make sure you are actually using Python 3 (try using python3
instead of python
, you can double-check with python --version
and python3 --version
). The system Python provided by older versions of macOS is Python 2, which is very old (originally released in 2010) and we no longer provide support for it.
Using MacOSX Catalina 10.15.5 and Python 3.12.1. Downloaded tumblr-utils-master on Dec 11, 2023. Command and error output:
that carrot points to the =
I know nothing about python and am following these tutorials:
https://github.com/Cebtenzzre/tumblr-utils/blob/cebtenzzre/tumblr_backup_for_beginners.md
https://docs.google.com/document/d/1yBWlk-yEgpSoEh3c9oLhz_kbLtUGqbqzOpCtJsvQgjI/edit#heading=h.z8o3nt60g1z2
(both are for windows, i'm making educated guesses about what to do for mac and am surprised I got this far)
So I poke around in the script (a duplicate version so I don't fuck up the original) in IDLE and start deleting =signs and repeat the command in Terminal just to see what happens. It gets a few lines farther before it hits another syntax error. Many repetitions, similar results. It's usually unhappy about = or ==.