binux / pyspider

A Powerful Spider(Web Crawler) System in Python.

Home Page:http://docs.pyspider.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this version is inpcompatible with tornado via python 3.7

HoxinhLuo opened this issue · comments

I have an error: "ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts. " which shows that this version is incompatible with tornado on python 3.7. How to solve it ?

  • pyspider version: ladtest
  • Operating system: Linux
  • Start up command:

Expected behavior

Actual behavior

How to reproduce

commented

python -m venv pyspider
.\pyspider\Scripts\activate
pip install tornado==4.5.3
pip install pyspider[all]
pyspider

I need tornado > 4.53 for other libraries. Please update pyspider to support current tornado.