Windows10安装MongoDB出错:Your System has not been motified.To Install this program at a later time

MongoDB是一种非关系型数据库,这种数据库对于爬虫的学习来说是一种利器,因为我们爬到的数据往往都是结构化的字典型数据。在数据存储的过程当中我们无需关心表的结构,直接将数据进行字典形式的插入即可。

在我的Windows10 64位的电脑中安装MongoDB时遇到了点小小的故障,在安装进行到最后一步的时候,安装程序竟然提醒我:

Windows10安装MongoDB出错:Your System has not been motified.To Install this program at a later time_第1张图片

Google之后,我在StackOverFlow中找到了答案,原来是因为在安装时我选择了Install MongoDB Compass

Windows10安装MongoDB出错:Your System has not been motified.To Install this program at a later time_第2张图片

实践证明,把这个取消勾选之后,能够正常安装成功!

但问题又来了,MongoDB Compass是个什么东西?为什么选择一起安装会出现错误呢?

其实,MongoDB Compass是MongoDB官网提供的一个集创建数据库、管理集合和文档、运行临时查询、评估和优化查询、性能图表、构建地理查询等功能为一体的MongoDB可视化管理工具。就跟Mysql数据库的phpmyadmin有异曲同工之处。

那么这个工具该如何安装呢?

首先我们应该再次打开MongoDB的EXE安装文件,选择Change

Windows10安装MongoDB出错:Your System has not been motified.To Install this program at a later time_第3张图片

下一步之后,再次点选Install MongoDB Compass即可,最终当你看到这个界面的时候,即为大功告成!

Windows10安装MongoDB出错:Your System has not been motified.To Install this program at a later time_第4张图片

你可能感兴趣的:(Python错误)