Получение ошибки при установке пакета Python ScrapyPython

Программы на Python
Anonymous
Получение ошибки при установке пакета Python Scrapy

Сообщение Anonymous »

Я пытаюсь установить Scrapy для очистки веб-страниц в Python. Но получаю ошибку.

Код: Выделить всё

Using cached PyDispatcher-2.0.6.tar.gz (38 kB)
ERROR: Error [WinError 225] Operation did not complete successfully because the file contains a
virus or potentially unwanted software while executing command python setup.py egg_info
Preparing metadata (setup.py) ... error
ERROR: Could not install packages due to an OSError: [WinError 225] Operation did not complete
successfully because the file contains a virus or potentially unwanted software
Я запускаю pip install Scrapy. Но у меня не сработало

Подробнее здесь: https://stackoverflow.com/questions/736 ... age-scrapy

Вернуться в «Python»