Getting started with this new version #9
Replies: 2 comments 1 reply
-
Same issue here. |
Beta Was this translation helpful? Give feedback.
-
I created a new environment in conda with python 3.8 and followed the requirements.txt and pip install py-tda-api. I ran the use_ouath.py code (I know there is a typo in the filename) and all of the dependencies/classes/functions were recognized but erroring out at the TDA authentication page. I confirmed my client_id and redirect_uri match my app on TDA's website and I have the config.ini file in the proper location. Looking to confirm if anyone is successful with the initial authentication token retrieval with this code base or only using tokens they already have. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
I'm currently using the older version successfully but thought I would convert my code to the newer codebase.
So, I copied the example given in the instructions and the library doesn't even load correctly, I get "Cannot find reference 'credentials' in 'imported module td'.
Is version 0.1.1 ready for primetime?
Beta Was this translation helpful? Give feedback.
All reactions