You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first, sorry for my poor English (cuz I mainly use Japanese).
I can import tweepy completely, but I can not install plugin Qweetgis in QGIS "Manage and install plugin" panel.
other plugin is work correctly. how should I do to fix it? please help me.
error message in below.
Couldn't load plugin 'qweetgis' due to an error when calling its classFactory() method
AttributeError: module 'tweepy' has no attribute 'StreamListener'
Traceback (most recent call last):
File "/Applications/QGIS3.16.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 334, in _startPlugin
plugins[packageName] = package.classFactory(iface)
File "/Users/user/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/qweetgis/__init__.py", line 35, in classFactory
from .search.main import ThreadingMaster
File "/Applications/QGIS3.16.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 793, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/Users/user/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/qweetgis/search/main.py", line 48, in
from ..authentication.credentials_validator import CredentialsValidator
File "/Applications/QGIS3.16.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 793, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/Users/user/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/qweetgis/authentication/credentials_validator.py", line 3, in
from ..authentication.mod_tweepy import TestTweetsAuthHandler
File "/Applications/QGIS3.16.app/Contents/MacOS/../Resources/python/qgis/utils.py", line 793, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/Users/user/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/qweetgis/authentication/mod_tweepy.py", line 69, in
class BaseStreamListener(tweepy.StreamListener):
AttributeError: module 'tweepy' has no attribute 'StreamListener'
Python version: 3.9.4 (v3.9.4:1f2e3088f3, Apr 4 2021, 12:32:44) [Clang 6.0 (clang-600.0.57)]
QGIS version: 3.16.8-Hannover Hannover, exported
Python Path:
/Applications/QGIS3.16.app/Contents/MacOS/../Resources/python
/Users/user/Library/Application Support/QGIS/QGIS3/profiles/default/python
/Users/user/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins
/Applications/QGIS3.16.app/Contents/MacOS/../Resources/python/plugins
/Library/Frameworks/SQLite3.framework/Versions/G/Python/3.9
/ /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages
/Library/Frameworks/Python.framework/Versions/3.9/lib/python39.zip
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/lib-dynload
/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages
/Users/user/Library/Application Support/QGIS/QGIS3/profiles/default/python
tweepy is working in python console on QGIS like below.
The text was updated successfully, but these errors were encountered:
At first, sorry for my poor English (cuz I mainly use Japanese).
I can import tweepy completely, but I can not install plugin Qweetgis in QGIS "Manage and install plugin" panel.
other plugin is work correctly. how should I do to fix it? please help me.
error message in below.
tweepy is working in python console on QGIS like below.
The text was updated successfully, but these errors were encountered: