1.问题出现场景: 当安装(ccf1) C:\Users\mi\Documents>pip install jupyterthemes时, 2.出现的原因: 是因为权限不够。 3.解决的方案: 增加管理员的权限 (ccf1) C:\Users\mi\Documents>pip install --user jupyterthemes 来源:oschina链接:https://my.oschina.net/u/4274145/blog/4476810 标签 pip