unclecode / crawl4ai

🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper
Apache License 2.0
16.02k stars 1.17k forks source link

Is Numpy requirement for Default Installation/Basic functionality ? #70

Closed aravindkarnam closed 3 months ago

aravindkarnam commented 3 months ago

Is Numpy requirement for Default Installation/Basic functionality? If so we have to add it as such. Currently if you install crawl4ai into blank python environment without any packages pre-installed (unlike google colab), creating web crawler is failing because numpy is not installed. It works after you manually install numpy, but pip doesn't seem to automatically grasp numpy as requirement when you install crawl4ai default.

unclecode commented 3 months ago

@aravindkarnam I actually added to default requirements, there is a need for it, I push it soon, thx for reminding me.