-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
import 时报错 #6
Comments
不知道你安装的是哪个版本的 shanbay,使用的是哪个版本的 python ?刚试了一下可以正常 import:
|
抱歉,之前是我文件命名与模块名重名了。不过现在是这个问题。 |
看报错信息应该是 oauthlib 或 requests_oauthlib 的版本问题,试试安装最新版本的 oauthlib 和 requests_oauthlib 。 |
In [3]: from shanbay import Shanbay
ImportError Traceback (most recent call last)
in ()
----> 1 from shanbay import Shanbay
ImportError: cannot import name Shanbay
In [4]:
The text was updated successfully, but these errors were encountered: