zoukankan      html  css  js  c++  java
  • win10 下安装 MongoDB 数据库支持模块(python)

    C:>python
    Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> exit()

    C:>pip install wheel
    Collecting wheel
    Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)
    100% |████████████████████████████████| 51kB 41kB/s
    Installing collected packages: wheel
    Successfully installed wheel-0.30.0
    You are using pip version 8.1.1, however version 9.0.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.

    C:>pip install pymongo
    Collecting pymongo
    Downloading pymongo-3.6.0-cp35-cp35m-win_amd64.whl (291kB)
    100% |████████████████████████████████| 296kB 29kB/s
    Installing collected packages: pymongo
    Successfully installed pymongo-3.6.0
    You are using pip version 8.1.1, however version 9.0.1 is available.
    You should consider upgrading via the 'python -m pip install --upgrade pip' command.

  • 相关阅读:
    雷锋依然在人间 工厂方法模式
    为别人做嫁衣 代理模式
    穿什么有这么重要? 装饰模式
    437. Path Sum III
    434. Number of Segments in a String
    447. Add Strings
    414. Third Maximum Number
    412. Fizz Buzz
    404. Sum of Left Leaves
    405. Convert a Number to Hexadecimal
  • 原文地址:https://www.cnblogs.com/jarod99/p/8449879.html
Copyright © 2011-2022 走看看