Python 尝试安装Scrapy-错误:找不到';openssl.exe';

Python 尝试安装Scrapy-错误:找不到';openssl.exe';,python,pip,scrapy,pyopenssl,Python,Pip,Scrapy,Pyopenssl,有没有关于如何解决这个问题的想法?我正在使用pip在WinXP Pro SP 3机器上安装Scrapy。我在机器上安装了Python 2.7。pyOpenSSL似乎有问题。我收到一个“找不到‘openssl.exe’”错误 这是我的日志文件。我不得不稍微修改一下,因为里面有网址 从命令python setup.py egg_info完成输出: running egg_info creating pip-egg-info\pyOpenSSL.egg-info writing pip-egg-

有没有关于如何解决这个问题的想法?我正在使用pip在WinXP Pro SP 3机器上安装Scrapy。我在机器上安装了Python 2.7。pyOpenSSL似乎有问题。我收到一个“找不到‘openssl.exe’”错误

这是我的日志文件。我不得不稍微修改一下,因为里面有网址


从命令python setup.py egg_info完成输出:

running egg_info

creating pip-egg-info\pyOpenSSL.egg-info

writing pip-egg-info\pyOpenSSL.egg-info\PKG-INFO

writing top-level names to pip-egg-info\pyOpenSSL.egg-info\top_level.txt

writing dependency_links to pip-egg-info\pyOpenSSL.egg-info\dependency_links.txt

writing manifest file 'pip-egg-info\pyOpenSSL.egg-info\SOURCES.txt'

warning: manifest_maker: standard file '-c' not found



error: Could not find 'openssl.exe'


您只需转到并下载windows安装程序,然后继续您的scrapy安装。

是windows
路径中的openssl。
running egg_info

creating pip-egg-info\pyOpenSSL.egg-info

writing pip-egg-info\pyOpenSSL.egg-info\PKG-INFO

writing top-level names to pip-egg-info\pyOpenSSL.egg-info\top_level.txt

writing dependency_links to pip-egg-info\pyOpenSSL.egg-info\dependency_links.txt

writing manifest file 'pip-egg-info\pyOpenSSL.egg-info\SOURCES.txt'

warning: manifest_maker: standard file '-c' not found



error: Could not find 'openssl.exe'
Command python setup.py egg_info failed with error code 1 in C:\Ray\dist\pip-1.1\build\pyOpenSSL

Exception information:
Traceback (most recent call last):
  File "C:\Python27\lib\site-packages\pip-1.1-py2.7.egg\pip\basecommand.py", line 104, in main
    status = self.run(options, args)
  File "C:\Python27\lib\site-packages\pip-1.1-py2.7.egg\pip\commands\install.py", line 245, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "C:\Python27\lib\site-packages\pip-1.1-py2.7.egg\pip\req.py", line 1009, in prepare_files
    req_to_install.run_egg_info()
  File "C:\Python27\lib\site-packages\pip-1.1-py2.7.egg\pip\req.py", line 225, in run_egg_info
    command_desc='python setup.py egg_info')
  File "C:\Python27\lib\site-packages\pip-1.1-py2.7.egg\pip\__init__.py", line 256, in call_subprocess
    % (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 1 in C:\Ray\dist\pip-1.1\build\pyOpenSSL