scrapy-webdriver icon indicating copy to clipboard operation
scrapy-webdriver copied to clipboard

Installation fails in windows 64bit conda environment

Open tobsecret opened this issue 7 years ago • 0 comments

I get the following stacktrace when I run the pip install given in the README.md.

>pip install https://github.com/sosign/scrapy-webdriver/archive/master.zip
Collecting https://github.com/sosign/scrapy-webdriver/archive/master.zip
  Downloading https://github.com/sosign/scrapy-webdriver/archive/master.zip
     \ 20kB 2.6MB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Tobias\AppData\Local\Temp\pip-x5s6n50e-build\setup.py", lin
e 8, in <module>
        from scrapy_webdriver import metadata
      File "C:\Users\Tobias\AppData\Local\Temp\pip-x5s6n50e-build\scrapy_webdriv
er\__init__.py", line 3, in <module>
        import metadata
    ModuleNotFoundError: No module named 'metadata'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\Tobias\A
ppData\Local\Temp\pip-x5s6n50e-build\

My environment is below: conda list

tobsecret avatar Feb 02 '18 21:02 tobsecret