forked from tsileo/microblog.pub
-
Notifications
You must be signed in to change notification settings - Fork 3
Invoke doesn't work on Python3.12 (yet?) #28
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingupkeepingNo changes in functionality: likely improving tests and refactoring to improve code qualityNo changes in functionality: likely improving tests and refactoring to improve code quality
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingupkeepingNo changes in functionality: likely improving tests and refactoring to improve code qualityNo changes in functionality: likely improving tests and refactoring to improve code quality
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.