场景

  1. win10系统
  2. python2.7
  3. msi文件安装
    win10, python2.7安装问题: there is a problem with this windows installer package, a dll required for...

原因

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

解决

  1. 在Windows10系统的搜索框中直接输入命令cmd。
  2. 在命令提示符上单击右键,选择管理员身份运行。
    win10, python2.7安装问题: there is a problem with this windows installer package, a dll required for...
  3. 进入到msi文件目录。
  4. 运行msi文件,直接在命令行输入文件名,如我的是“python-2.7.2.amd64.msi”。
    win10, python2.7安装问题: there is a problem with this windows installer package, a dll required for...

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

相关文章:

  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-04-07
  • 2022-12-23
猜你喜欢
  • 2021-04-20
  • 2021-10-10
  • 2022-01-07
  • 2021-11-29
  • 2021-08-06
  • 2022-12-23
  • 2020-07-24
相关资源
相似解决方案