我是靠谱客的博主 无限山水,最近开发中收集的这篇文章主要介绍win10, python2.7安装问题: there is a problem with this windows installer package, a dll required for...,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

场景

  1. win10系统
  2. python2.7
  3. msi文件安装
    报错

原因

没有取得管理员身份权限。右键msi文件,也没有“以管理员身份运行此程序”字样。该如何获得权限呢?

解决

  1. 在Windows10系统的搜索框中直接输入命令cmd。
  2. 在命令提示符上单击右键,选择管理员身份运行。
    在这里插入图片描述
  3. 进入到msi文件目录。
  4. 运行msi文件,直接在命令行输入文件名,如我的是“python-2.7.2.amd64.msi”。
    解决方案3,4步

技术参考:Win10怎么以管理员身份运行CMD命令提示符https://jingyan.baidu.com/article/ceb9fb10b53ab88cac2ba05b.html

最后

以上就是无限山水为你收集整理的win10, python2.7安装问题: there is a problem with this windows installer package, a dll required for...的全部内容,希望文章能够帮你解决win10, python2.7安装问题: there is a problem with this windows installer package, a dll required for...所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(57)

评论列表共有 0 条评论

立即
投稿
返回
顶部