问题: DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
解决的办法:
在C:\\ProgramData文件夹下创建pip文件夹,然后在该文件夹下新建pip.ini 文件(例如C:\ProgramData\pip\pip.ini)。然后打开文件,在文件中写入
[list]
format=columns
问题: Value error: embedded null byte when using pelican content command to generate my site on Windows
解决办法: 设定正确的locale,中文参见这-中文,and here for english
还有一种解决方法是在配置文件pelicanconf.py中设置locale,
eg.locale = 'en'
errno:10061由于目标计算机积极拒绝,无法连接
原因:mongodb服务未启动,mongodb安装时不会作为windows服务安装,在服务里没有mongodb相应的项。
解决:把mongodb作为windows服务,开机自动启动,也可以设为手动开启。另外建议把mongodb加到环境变量path中,这样就不用cd到bin目录下才能运行mongodb了。
详情参见这里
运行mongod命令,会以默认路径d:/Data/db 运行,每次输入指定路径太麻烦。改变方法: