Closed netervati closed 2 years ago
Hi @netervati, sorry to hear you're having some issues with the import. Are you still experiencing this error? I haven't used pipenv
yet with Deepgram, only virtualenv
with pip
. I'm using a Mac but can try and replicate your error in my Windows Azure machine.
Also, which version of Deepgram are you running?
@geekchick The version that I'm using is deepgram-sdk-0.2.5
. Also, I tried installing and testing Deepgram outside of pipenv
and I'm still getting the same error. For now, I'm using the cURL version.
I am also having this issue. Does deepgram need a specific OS or Python version?
Hi @franz-xaver-hallhuber, sorry to hear you're having trouble. Which version of Python are you using?
I am also experiencing the same error.
I tried using both Python2 and Python3 to install it.
Although deepgram-sdk
is showing up on my list of libraries installed but I am not able to import it.
(I am using deepgram-sdk 0.3.0)
Hi @sankalpbhatia20 can you tell me the exact version of Python 3 you're using? Deepgram works with Python 3.7 and up.
This issue was fixed in a previous version of Deepgram. To install the latest version of Deepgram do pip install deepgram-sdk
. I'm closing this ticket for now. Please reach out if you have any additional questions. Thank you!
Current behavior
I'm trying to test the deepgram-sdk. However, I keep on encountering this issue:
Steps to reproduce
pipenv shell
in an empty directory (or any directory of your choice)pipenv install deepgram-sdk
python
then typefrom deepgram import Deepgram
orimport deepgram
. Press Enter afterwards.My environment