Max

Results 2 issues of Max

**I found out that files in `triviaqa/utils` have inputs with errors:** `ModuleNotFoundError: No module named 'utils.utils'; 'utils' is not a package` **At `dataset_utils.py` should be:** ``` import utils ``` Instead...

Hello everyone, I am getting `Failed to login Message: element not interactable` when I am trying to login() Here is part of my code: ```python normalized_proxies, login_proxy = self._prepare_proxy_configuration(proxy) self.pinterest...