Stefanos Grammenos
Stefanos Grammenos
cast-control-0.11.8.post0 Python 3.8.10 In my case, the ```typing``` package lacks of ```TypeAlias``` and ```GenericAlias```, and the ```typing-extensions``` package lacks of ```_GenericAlias```. I tried to use the ```_GenericAlias``` from the ```typing```...
Downgrading with: ```sudo python3 -m pip uninstall cast_control``` and ```sudo python3 -m pip install cast_control==0.10.11``` only works. Every version between those, breaks with the same output.
In my case there is an inconsistency of the folder that downloads the package _fe_analyzer_shared and the folder that try to find it. It downloads to: ```~/Android/flutter/.pub-cache/hosted/pub.dartlang.org``` It searches to...
Thanks @stoikerty :+1: