您的位置:首页 > 数据库 > Mongodb

win10 下安装 MongoDB 数据库支持模块(python)

2018-02-15 22:40 495 查看
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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: