zoukankan      html  css  js  c++  java
  • Python安装scrapy

    https://www.lfd.uci.edu/~gohlke/pythonlibs/

    lxml
    Pillow
    pywin32
    twisted
    wheel
    cvxopt
    scrapy_redis

    C:UsersAdministratorDownloads>pip install pywin32-300-cp38-cp38-win32.whl
    Processing c:usersadministratordownloadspywin32-300-cp38-cp38-win32.whl
    Installing collected packages: pywin32
    Successfully installed pywin32-300

    C:UsersAdministratorDownloads>pip install twisted_iocpsupport-1.0.1-cp38-cp38-win32.whl
    Processing c:usersadministratordownloads wisted_iocpsupport-1.0.1-cp38-cp38-win32.whl
    twisted-iocpsupport is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.

    C:UsersAdministratorDownloads>pip install wheel-0.36.2-py3-none-any.whl
    Processing c:usersadministratordownloadswheel-0.36.2-py3-none-any.whl
    wheel is already installed with the same version as the provided wheel. Use --force-reinstall to force an installation of the wheel.

    C:UsersAdministratorDownloads>pip install wheel
    Requirement already satisfied: wheel in d:programfilespythonlibsite-packages (0.36.2)

    C:UsersAdministratorDownloads>pip install cvxopt-1.2.6-cp38-cp38-win32.whl
    Processing c:usersadministratordownloadscvxopt-1.2.6-cp38-cp38-win32.whl
    Installing collected packages: cvxopt
    Successfully installed cvxopt-1.2.6

    C:UsersAdministratorDownloads>pip install Pillow-8.2.0-cp38-cp38-win32.whl
    Processing c:usersadministratordownloadspillow-8.2.0-cp38-cp38-win32.whl
    Installing collected packages: Pillow
    Successfully installed Pillow-8.2.0

  • 相关阅读:
    WINDOWS REDIS 修改requirepass 不生效;
    解读JavaScript原型链
    禁止浏览器自动填写用户名密码
    Vue购物车实例
    scrollTop的兼容性
    jQuery架构(源码)分析
    web前端优化整理(转)
    前端模块化:RequireJS(转)
    前端构建之gulp与常用插件(转载)
    PS快捷键
  • 原文地址:https://www.cnblogs.com/mrrr/p/14691916.html
Copyright © 2011-2022 走看看