Just in case anyone run into the same problem as me, the command to install the RC from PyPI needs two equal signs there:
pip install Scrapy==1.0.0rc3 Cheers! On Friday, June 12, 2015 at 6:04:58 PM UTC-3, Julia Medina wrote: > > We're rolling the third release candidate for Scrapy 1.0, tagged 1.0.0rc3. > We haven't found any critical issues since rc2 but there were some minor > improvements we wanted included to finish polishing the official release. > Unless some serious bug appears this time, you can expect a stable 1.0 > release next Friday. > > You can get it as usual from PyPI > <https://pypi.python.org/pypi/Scrapy/1.0.0rc3> running: > $ pip install Scrapy=1.0.0rc3 > > *Changelog:* > > - Make it easier to use default settings in CrawlerRunner (#1285 > <https://github.com/scrapy/scrapy/pull/1285>) > - Fix typos in scrapy/commands/setting.py (#1293 > <https://github.com/scrapy/scrapy/pull/1293>) > - Documentation update: spider_error doesn't support deferreds (#1292 > <https://github.com/scrapy/scrapy/pull/1292>) > - CrawlerProcess cleanup (#1284 > <https://github.com/scrapy/scrapy/pull/1284>) > - Fix a couple typos (#1298 > <https://github.com/scrapy/scrapy/pull/1298>) > - Do leveldb compaction for httpcache on closing (#1297 > <https://github.com/scrapy/scrapy/pull/1297>) > - configure_logging: change the meaning of settings=None (#1286 > <https://github.com/scrapy/scrapy/pull/1286>) > > Have a good weekend! > -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
