Jesse

Results 2 comments of Jesse

> For posterity, I definitely run into this issue occasionally when I set up new projects and I know i don't go manually adding `flutter_gen` to the pubspec - it...

I recently bumped into a similar issue. I set `PYTHONUTF8=1` in my Windows PowerShell with this command: `[System.Environment]::SetEnvironmentVariable('PYTHONUTF8', '1', 'User')`. It works fine for me now.