Closed GMaxera closed 1 year ago
Sorry, I initially thought that invoke was using clint ... but I was mistaken.
After digging into it, I've found that another package I use imports clint ... and it seems that invoke "detects" and uses the vendor colorama version packaged inside clint ... for a reason I don't know.
Or it could be that clint fiddles with stdout and stderr that makes invoke use the wrong colorama version?
Not sure how to by-pass this issue. Any help appreciated.
Not related to invoke project. Sorry to have open that.
Recently switched from Python 3.8 to Python 3.10 on my Windows 11 machine and invoke starts to crash due to some clint internal code.
Is there a way to run invoke without clint or by-pass or workaround? Is there any plan on replacing clint with an active project?