Skip to content

I think the tutorials are out of date #883

Closed Answered by davidvonthenen
AlexIbby asked this question in General help
Discussion options

You must be logged in to vote

Hi @AlexIbby

Unfortunately when the article was written, they didn't pin the major version of the Python SDK to what was currently released at the time

I have not verified this and this was before my time at Deepgram, but if you do the following, I believe it will probably work:

pip uninstall deepgram-sdk
pip install deepgram-sdk==2.*

The currently version of the Python SDK is v3 which when jumping from v2 to v3 allows for breaking changes; hence why it isn't working for you because doing a pip install deepgram-sdk without specifying the version, will install the latest one.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jpvajda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants