NotImplementedError
Traceback:
File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 600, in _run_script
exec(code, module.dict)
File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\main.py", line 68, in
Traceback: File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 600, in _run_script exec(code, module.dict) File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\main.py", line 68, in graph_result = task(key, link_to_scrape, prompt, model) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\task.py", line 42, in task result = smart_scraper_graph.run() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\venv\Lib\site-packages\scrapegraphai\graphs\smart_scraper_graph.py", line 112, in run self.final_state, self.execution_info = self.graph.execute(inputs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\venv\Lib\site-packages\scrapegraphai\graphs\base_graph.py", line 107, in execute result = current_node.execute(state) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\venv\Lib\site-packages\scrapegraphai\nodes\fetch_node.py", line 155, in execute document = loader.load() ^^^^^^^^^^^^^ File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\venv\Lib\site-packages\langchain_core\document_loaders\base.py", line 29, in load return list(self.lazy_load()) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\venv\Lib\site-packages\scrapegraphai\docloaders\chromium.py", line 103, in lazy_load html_content = asyncio.run(scraping_fn(url)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\wouro\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "C:\Users\wouro\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\wouro\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 653, in run_until_complete return future.result() ^^^^^^^^^^^^^^^ File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\venv\Lib\site-packages\scrapegraphai\docloaders\chromium.py", line 75, in ascrape_playwright async with async_playwright() as p: File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\venv\Lib\site-packages\playwright\async_api_context_manager.py", line 46, in aenter playwright = AsyncPlaywright(next(iter(done)).result()) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\wouro\Desktop\Fin\Scrapegraph-LabLabAI-Hackathon\venv\Lib\site-packages\playwright_impl_transport.py", line 120, in connect self._proc = await asyncio.create_subprocess_exec( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\wouro\AppData\Local\Programs\Python\Python311\Lib\asyncio\subprocess.py", line 221, in create_subprocess_exec transport, protocol = await loop.subprocess_exec( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\wouro\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 1694, in subprocess_exec transport = await self._make_subprocess_transport( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\wouro\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 502, in _make_subprocess_transport raise NotImplementedError
I got this error while trying to run it locally
Please explain where the problem is instead of closing it without any explain...