We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于MacOS 10.x系统,下载EasySpider后,设计任务时可正常使用,执行任务时需手动编译运行,方式为:
ExecuteStage
pip3 install -r requirements.txt
cd Downloads/EasySpider-master/ExecuteStage pip3 install -r requirements.txt
easyspider_executestage.py
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
对于MacOS 10.x系统,下载EasySpider后,设计任务时可正常使用,执行任务时需手动编译运行,方式为:
ExecuteStage
文件夹,然后运行pip3 install -r requirements.txt
命令:easyspider_executestage.py
文件到之前下载好的EasySpider文件夹(带easyspider_executestage
可执行文件的那个文件夹):./easyspider_executestage
替换成python3 easyspider_executestage.py
后面不变:即可执行任务。
Originally posted by @NaiboWang in #65 (comment)
The text was updated successfully, but these errors were encountered: