hsuanchi / crawler_shopee_public

蝦皮非同步爬蟲 + 競品賣家分析
https://www.maxlist.xyz/2020/04/14/shopee-crawler/
246 stars 82 forks source link

請問這個專案能在哪個版本下執行? #4

Closed jiamingla closed 2 years ago

jiamingla commented 2 years ago

我在裝crawler_shopee_public\requirement.txt時有點卡關 用venv or pipenv都不能順利裝上 我猜問題在我的環境是Python 3.9?

hsuanchi commented 2 years ago

Hi,

Python 3.7+ 都可以,試試 upgrade 你的 pip,再重新安裝

$ pip3 install pip --upgrade

$ pip3 install -r requirements.txt