uvloop error
Collecting tokenizers (from litellm>=1.53.1->crawl4ai) Using cached tokenizers-0.21.0-cp39-abi3-win_amd64.whl.metadata (6.9 kB) Collecting uvloop<0.22.0,>=0.21.0 (from litellm>=1.53.1->crawl4ai) Using cached uvloop-0.21.0.tar.gz (2.5 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [18 lines of output]
Traceback (most recent call last):
File "D:\Five_minutes\git\router\five-minutes-ai-router-engine\myenv\Lib\site-packages\pip_vendor\pyproject_hooks_in_process_in_process.py",
line 353, in
exec(code, locals())
File "
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
pip install --upgrade pip setuptools wheel
try install litellm==1.57.4 > pip install litellm==1.57.4
then install crawl4ai
Can you create a new 'venv' and try again?
I think I wait for @MSR2201 provide more details and answer to @me-tusharchandra and @3mora2 first. Guys thx for the support.
now when i tried to download it again uvloop has not been downloaded is it not needed ?
@MSR2201 Looks like it was child dependancy of litellm. Did your problem get resolved? Reopen this issue, if it's still causing errors.