You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to install the requirements.txt, have this error:
binary-bot# pip install -r requirements.txt
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
Collecting iqoptionapi@ git+git://github.com/Lu-Yi-Hsun/iqoptionapi.git@e96ba2c5b905a139a4765167b08c5df48cf57773
Cloning git://github.com/Lu-Yi-Hsun/iqoptionapi.git (to revision e96ba2c5b905a139a4765167b08c5df48cf57773) to /tmp/pip-install-sckqxx_6/iqoptionapi_346b6e0d63dc4798a7679b6c98303683
ERROR: Command errored out with exit status 128: git clone -q git://github.com/Lu-Yi-Hsun/iqoptionapi.git /tmp/pip-install-sckqxx_6/iqoptionapi_346b6e0d63dc4798a7679b6c98303683 Check the logs for full command output.
When i try to install the requirements.txt, have this error:
binary-bot# pip install -r requirements.txt
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality.
Collecting iqoptionapi@ git+git://github.com/Lu-Yi-Hsun/iqoptionapi.git@e96ba2c5b905a139a4765167b08c5df48cf57773
Cloning git://github.com/Lu-Yi-Hsun/iqoptionapi.git (to revision e96ba2c5b905a139a4765167b08c5df48cf57773) to /tmp/pip-install-sckqxx_6/iqoptionapi_346b6e0d63dc4798a7679b6c98303683
ERROR: Command errored out with exit status 128: git clone -q git://github.com/Lu-Yi-Hsun/iqoptionapi.git /tmp/pip-install-sckqxx_6/iqoptionapi_346b6e0d63dc4798a7679b6c98303683 Check the logs for full command output.
and when try to work testing.py, have this error:
python testing.py
File "testing.py", line 35
current.columns = [f'close_{active}', f'volume_{active}']
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: