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

Error importar tweepy #32

Open
dannviper61 opened this issue May 20, 2021 · 1 comment
Open

Error importar tweepy #32

dannviper61 opened this issue May 20, 2021 · 1 comment

Comments

@dannviper61
Copy link

Hola que tal, fijate que he intentado solucionar un problema con tweepy, lo he instalado correctamente sin embargo al intentar inicializar la utilería me dice: No import module name tweepy, a lo mejor tienes alguna solución para poder utilizar tu herramienta con fines de información.

@spicy-bear
Copy link

user@system:~/tinfoleak$ sudo pip install --upgrade tweepy
Requirement already satisfied: tweepy in /usr/local/lib/python3.8/dist-packages (3.10.0)
Requirement already satisfied: six>=1.10.0 in /usr/lib/python3/dist-packages (from tweepy) (1.14.0)
Requirement already satisfied: requests-oauthlib>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from tweepy) (1.3.0)
Requirement already satisfied: requests[socks]>=2.11.1 in /usr/lib/python3/dist-packages (from tweepy) (2.22.0)
Requirement already satisfied: oauthlib>=3.0.0 in /usr/lib/python3/dist-packages (from requests-oauthlib>=0.7.0->tweepy) (3.1.0)
Requirement already satisfied: PySocks!=1.5.7,>=1.5.6 in /usr/local/lib/python3.8/dist-packages (from requests[socks]>=2.11.1->tweepy) (1.7.1)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

user@system:~/tinfoleak$ sudo ./tinfoleak.py
Traceback (most recent call last):
  File "./tinfoleak.py", line 40, in <module>
    import tweepy
ImportError: No module named tweepy
user@ubuntu:~/tinfoleak$

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

2 participants