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
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.
The text was updated successfully, but these errors were encountered:
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$
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.
The text was updated successfully, but these errors were encountered: