pyspider icon indicating copy to clipboard operation
pyspider copied to clipboard

this version is inpcompatible with tornado via python 3.7

Open HoxinhLuo opened this issue 5 years ago • 2 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

HoxinhLuo avatar Sep 12 '20 08:09 HoxinhLuo

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

xorfn avatar Sep 15 '20 16:09 xorfn

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

stefaneidelloth avatar Dec 09 '20 09:12 stefaneidelloth