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
I am attempting to install and set up crawl4ai on Windows, but I am encountering an AttributeError during the crawl4ai-setup process. The script fails with the following error:
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\toxbo.venv\Scripts\crawl4ai-setup.exe_main.py", line 7, in
File "C:\Users\toxbo.venv\Lib\site-packages\crawl4ai\install.py", line 15, in post_install
asyncio.run(setup_docs())
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\asyncio\base_events.py", line 654, in run_until_complete
return future.result()
File "C:\Users\toxbo.venv\Lib\site-packages\crawl4ai\install.py", line 51, in setup_docs
await docs_manager.update_docs()
AttributeError: 'DocsManager' object has no attribute 'update_docs'
The text was updated successfully, but these errors were encountered:
I am attempting to install and set up crawl4ai on Windows, but I am encountering an AttributeError during the crawl4ai-setup process. The script fails with the following error:
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\toxbo.venv\Scripts\crawl4ai-setup.exe_main.py", line 7, in
File "C:\Users\toxbo.venv\Lib\site-packages\crawl4ai\install.py", line 15, in post_install
asyncio.run(setup_docs())
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\asyncio\runners.py", line 190, in run
return runner.run(main)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.11_3.11.2544.0_x64__qbz5n2kfra8p0\Lib\asyncio\base_events.py", line 654, in run_until_complete
return future.result()
File "C:\Users\toxbo.venv\Lib\site-packages\crawl4ai\install.py", line 51, in setup_docs
await docs_manager.update_docs()
AttributeError: 'DocsManager' object has no attribute 'update_docs'
The text was updated successfully, but these errors were encountered: