标签: python python-3.x python-requests
我使用需要请求模块才能工作的库(TwitterAPI)。当我运行python程序时,它返回AttributeError: module 'requests' has no attribute 'auth'。
AttributeError: module 'requests' has no attribute 'auth'
pip install TwitterAPI
sources
所以这似乎不是与我的代码相关的问题,但可能是某些东西的错误配置。