scrapy-cloudflare-middleware icon indicating copy to clipboard operation
scrapy-cloudflare-middleware copied to clipboard

Corrected import paths so that pip works properly

Open mark5280 opened this issue 5 years ago • 1 comments

Changed the paths in set up imports given changes in pip

mark5280 avatar Dec 15 '18 03:12 mark5280

Hi @mark5280 ,

Thanks for opening this! Could you add a try...except clause to the pip imports like this: https://github.com/clemfromspace/scrapy-selenium/blob/develop/setup.py#L4 ?

This way, we also handle the previous pip version :)

Thanks!

clemfromspace avatar Jan 01 '19 12:01 clemfromspace