scrapinghub / scrapyrt

HTTP API for Scrapy spiders
BSD 3-Clause "New" or "Revised" License
832 stars 162 forks source link

cannot import name 'log' from 'scrapy' #91

Closed TrinityHC closed 5 years ago

TrinityHC commented 5 years ago

I saw you merged in the log branch and saw the change on master but when i pip install and run it still have this issus

from scrapy import signals, log as scrapy_log
builtins.ImportError: cannot import name 'log' from 'scrapy' (/Users/hao.chen/Envs/spiders/lib/python3.7/site-packages/scrapy/__init__.py)

how to install the newest version on pip

pawelmhm commented 5 years ago

I'm going to make a release to pip this week.

pawelmhm commented 5 years ago

there is new version relased now to pypi, so please check now

hchen-markettrack commented 5 years ago

@pawelmhm Thanks