ItamarRocha / binary-bot

Project of AI class at UFPB
114 stars 84 forks source link

Problem with install and use #34

Open Aleandro21 opened 2 years ago

Aleandro21 commented 2 years ago

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