I was just reinstalling my dev environment and got some ModuleNotFoundError: No module named invoke.vendor.six while following our installation tutorial.
Web searches made me believe the problem is related to my system use of python3.12 but invoke doesn't list that in their support list.
After moving to python3.11, the problem disappeared.
I was just reinstalling my dev environment and got some
ModuleNotFoundError: No module named invoke.vendor.sixwhile following our installation tutorial.Web searches made me believe the problem is related to my system use of
python3.12but invoke doesn't list that in their support list.After moving to
python3.11, the problem disappeared.