-
Notifications
You must be signed in to change notification settings - Fork 19
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
sdk问题 #393
Comments
垃圾sdk, 不知道Tea包到底是哪个,文档里面写的需要安装的依赖根本装不上Tea |
确实十分抽象,原来别人之前说远离阿里,不然会变得不幸,居然是真的 安装阿里的破包 |
"但是安装后是tea而不是Tea,运行时依赖报错。 |
Tea包不是python自带的包,这个包的安装一般是因为pycharm的自动检查,因为我们包名是alibabacloud-tea,但引用的类是Tea。 遇到该问题,请同时pip uninstall tea和alibabacloud-tea,再安装alibabacloud-tea 即可重建索引,解决问题。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alibabacloud_aas20150701.client中有代码from Tea.core import TeaCore
可以通过pip install Tea, 但是安装后是tea而不是Tea,运行时依赖报错。
当然,手工把包名tea修改成Tea之后,不再报错
这里需要确认下pip下在的tea和代码中的Tea是不是一个茶,标准怎么定?
在调用get_session_info_by_ticket时报错:
The text was updated successfully, but these errors were encountered: