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

  • 相关阅读:
    浅谈ajax
    textsizeadjust属性
    vue通信
    json、jsonp的定义和区别
    js中的eval()和catch()
    WebRTC之Android客户端
    人工神经网络(从原理到代码) Step 01 感知器 梯度下降
    简单实用的matlab柱状图显示比例及计数
    JAVA 常用包
    设置MySQL允许远程连接
  • 原文地址:https://www.cnblogs.com/mrrr/p/14691916.html
Copyright © 2011-2022 走看看