Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'retry' #2

Open
tomowang opened this issue Jun 16, 2021 · 0 comments
Open

ModuleNotFoundError: No module named 'retry' #2

tomowang opened this issue Jun 16, 2021 · 0 comments

Comments

@tomowang
Copy link

In [1]: from volcengine.sms.SmsService import SmsService
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-1024a77fc7c1> in <module>
----> 1 from volcengine.sms.SmsService import SmsService

~/miniconda3/lib/python3.8/site-packages/volcengine/sms/SmsService.py in <module>
      7 from volcengine.base.Service import Service
      8 from volcengine.ServiceInfo import ServiceInfo
----> 9 from retry import retry
     10
     11

ModuleNotFoundError: No module named 'retry'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant