Stack Overview Issue

Ok thank you, setting python 2.7 as default resolved that. However, the script now throws “ImportError: No module named pathlib”.

I did install pathlib, but before installing python 2.7 (it installed to Anaconda3), so I tried installing Anaconda2 and pathlib2. but continue receiving

“Requirement already satisfied: pathlib2 in ./anaconda3/lib/python3.9/site-packages (2.3.6)
Requirement already satisfied: six in ./anaconda3/lib/python3.9/site-packages (from pathlib2) (1.16.0)”

and the No module named pathlib error persists.

I did see this thread Snap2stamps error - #205 by Martini
however it seems my issue may be related to how I installed python. Any recommendations?