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
after cloning and installing the requirements i ran python scweet.py --from_account <account_name> until 2023-07-16 but it returns Traceback (most recent call last): File "scweet.py", line 9, in <module> from .utils import init_driver, get_last_date_from_csv, log_search_page, keep_scroling, dowload_images ModuleNotFoundError: No module named '__main__.utils'; '__main__' is not a package
did i misunderstand how this is used?
The text was updated successfully, but these errors were encountered:
after cloning and installing the requirements i ran
python scweet.py --from_account <account_name> until 2023-07-16
but it returnsTraceback (most recent call last): File "scweet.py", line 9, in <module> from .utils import init_driver, get_last_date_from_csv, log_search_page, keep_scroling, dowload_images ModuleNotFoundError: No module named '__main__.utils'; '__main__' is not a package
did i misunderstand how this is used?
The text was updated successfully, but these errors were encountered: