I am getting following an error after pip3 install fyers-apiv2:
The error says Syntax error on line number 296 of asyncio/base_events.py file.
I want to integrate API v2 with my Flask app (WSGI Server) but I am getting this error on apache2/error.log file after installing fyers-apiv2.
Please, suggest any answer.
I am getting following an error after
pip3 install fyers-apiv2
:The error says Syntax error on line number 296 of
asyncio/base_events.py
file. I want to integrate API v2 with my Flask app (WSGI Server) but I am getting this error onapache2/error.log
file after installingfyers-apiv2
. Please, suggest any answer.