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
python crawler.py posts_full -u XXXXX
Traceback (most recent call last):
File "crawler.py", line 9, in
from inscrawler import InsCrawler
File "/home/jack/Desktop/Tools/instagram-crawler/inscrawler/init.py", line 1, in
from .crawler import InsCrawler
File "/home/jack/Desktop/Tools/instagram-crawler/inscrawler/crawler.py", line 10, in
from builtins import open
ImportError: No module named builtins
The text was updated successfully, but these errors were encountered:
python crawler.py posts_full -u XXXXX
Traceback (most recent call last):
File "crawler.py", line 9, in
from inscrawler import InsCrawler
File "/home/jack/Desktop/Tools/instagram-crawler/inscrawler/init.py", line 1, in
from .crawler import InsCrawler
File "/home/jack/Desktop/Tools/instagram-crawler/inscrawler/crawler.py", line 10, in
from builtins import open
ImportError: No module named builtins
The text was updated successfully, but these errors were encountered: