Open Abdulsamipy opened 4 years ago
try this-
pip3 install mechanize
try this-
pip3 install mechanize
when Im doing "pip3 install mechanized " im getting requirements already satisfied
but when im running the bot its giving me same error
ModuleNotFoundError: No module named 'mechanize'
J'ai exactement le même problème rien ne fonctionne pour le résoudre peut être parsque je passe par termux sur Android je vais essayer par un Windows si le même problème persiste
when Im doing "pip3 install mechanized "
The module name is "mechanize", not "mechanized". Or was this a typo?
Oh sorry that was a typo ...
On Wed, 15 Apr 2020, 2:47 pm therealpj, notifications@github.com wrote:
when Im doing "pip3 install mechanized "
The module name is "mechanize", not "mechanized". Or was this a typo?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Pure-L0G1C/YouTubeViews/issues/45#issuecomment-613937149, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN2SSFPIAKRAOK7GEVXHOMLRMV7DBANCNFSM4LUYYC7A .
python youtube.py [120] [youtubeLinks.txt] [0:14] [0:21] Traceback (most recent call last): File "youtube.py", line 10, in
from core.browser import Browser
File "C:...", line 2, in
import mechanize
ModuleNotFoundError: No module named 'mechanize'
mechanize is installed but still getting this error