rastinder

Results 5 comments of rastinder

Token indices sequence length is longer than the specified maximum sequence length for this model (1424 > 1024). Running this sequence through the model will result in indexing errors same

for windows after building from source copy '\build\lib.win-amd64-cpython-311\NDIlib" folder in 'C:\Program Files\Python311\Lib\site-packages'

use python 3.10 or Python 3.12.3 + python -m pip install setuptools + restart

try this `def _setup_browser(self): """ Initialize and configure the Chrome WebDriver with undetected-chromedriver. Sets up necessary options and preferences for automation. """ try: self.logger.info("Setting up browser") options = uc.ChromeOptions() options.add_argument("--window-size=1550,1000")...