-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Description
对于MacOS 10.x系统,下载EasySpider后,设计任务时可正常使用,执行任务时需手动编译运行,方式为:
cd Downloads/EasySpider-master/ExecuteStage
pip3 install -r requirements.txt
- 拷贝
easyspider_executestage.py
文件到之前下载好的EasySpider文件夹(带easyspider_executestage
可执行文件的那个文件夹):
- 命令行进入此文件夹,然后将提示命令中的
./easyspider_executestage
替换成python3 easyspider_executestage.py
后面不变:
cd 你的EasySpider文件夹,如:cd /Users/你的用户名/Downloads/EasySpider_MacOS_all_arch
python3 easyspider_executestage.py --id '[3]' --user_data 0 --server_address http://localhost:8074 --config_folder "/Users/panbing/Library/Application Support/EasySpider/" --headless 0 --read_type remote --config_file_name config.json --saved_file_name
即可执行任务。
Originally posted by @NaiboWang in #65 (comment)
yandili, Bytxy and taojuntjpp
Metadata
Metadata
Assignees
Labels
No labels