我正在尝试在 Windows 10 上安装 Python 2.7(64 位).在安装过程中,会弹出一个窗口说:
I am trying to install Python 2.7 (64 bit) on Windows 10. In the middle of the installation, a window pops up saying:
写入文件 C:Python27pythonw.exe 时出错.确认您有访问该目录
Error writing to file C:Python27pythonw.exe. Verify that you have access to that directory
如何解决此问题并安装 Python?
How can I resolve this issue and install Python?
当安装程序没有您要安装到的驱动器/文件夹的管理员权限时,通常会遇到此错误.我还注意到您正在安装驱动器 C:
This error is normally encountered when the installer does not have admin rights for the drive/folder you are installing to. I also noticed that you are installing to drive C:
这里有几件事供您尝试.
Here are a couple of things for you to try.
右键单击打开安装程序,然后选择以管理员身份运行".
Open the installer program by right-clicking, and then selecting "Run as Administrator".
根据您的 PC 设置方式,您可能无权在驱动器 C 上安装:
Depending on how you have your PC set up you may not have permission to install on drive C:
如果这是一台工作计算机,请与您的 IT 部门联系.否则,请认真考虑使用不同的驱动器将您的操作系统和应用程序分开.
If this is a work computer, talk to your IT department. Otherwise, seriously consider using different drives to keep your OS and your applications separated.
这篇关于Python 安装程序:“写入文件 C:Python27pythonw.exe 时出错"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何制作一个在 Python 中提供角色的不和谐机器人How to make a discord bot that gives roles in Python?(如何制作一个在 Python 中提供角色的不和谐机器人?)
Discord 机器人没有响应命令Discord bot isn#39;t responding to commands(Discord 机器人没有响应命令)
你能得到“关于我"吗?Discord 机器人的功能?Can you Get the quot;About mequot; feature on Discord bot#39;s? (Discord.py)(你能得到“关于我吗?Discord 机器人的功能?(不和谐.py))
message.channel.id Discord PYmessage.channel.id Discord PY(message.channel.id Discord PY)
如何在 heroku 上托管我的 discord.py 机器人?How do I host my discord.py bot on heroku?(如何在 heroku 上托管我的 discord.py 机器人?)
discord.py - 自动更改角色颜色discord.py - Automaticaly Change an Role Color(discord.py - 自动更改角色颜色)