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
{{ message }}
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.
Python 3.4.2 (default, Oct 8 2014, 10:45:20)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
import gemini_api as api
Traceback (most recent call last):
File "", line 1, in
File "/home/jimmyok/bot/crypto-trader/gemini_api.py", line 47
print(f'Rate limit exceeded! Retrying in 10 seconds...')
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
This seems to be a user error, not an issue. Python f strings were introduced in 3.6 and you're saying that you're using 3.4.2. The developer info section of the readme states "This library is built on Python 3.6". Try upgrading to 3.6 and running again.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Python 3.4.2 (default, Oct 8 2014, 10:45:20)
[GCC 4.9.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: