-
I did pip install as requested.
But, it didn't find my api in .env file

So I put it in system environmental variables. Fixed the problem
Why wouldn't work in .env?
-
Now, as you can see in the screenshot below, it's happening some sort of a bug regarding encoding.

So I did $env:PYTHONIOENCODING = 'utf-8'. Fixed the problem
I cannot pull request because i'm not a developer
Through many trial and error, I could get to this solution.
hmu if new information about this arrives and can be fixed
I did pip install as requested.

But, it didn't find my api in .env file
So I put it in system environmental variables. Fixed the problem
Why wouldn't work in .env?
Now, as you can see in the screenshot below, it's happening some sort of a bug regarding encoding.

So I did $env:PYTHONIOENCODING = 'utf-8'. Fixed the problem
I cannot pull request because i'm not a developer
Through many trial and error, I could get to this solution.
hmu if new information about this arrives and can be fixed