在 .dist-info (Python 2.7) Windows7 64 下的 Wheel 安装过程中出现 Kivy 错误

Kivy Error at Wheel Installation Process under Windows7 64 at .dist-info (Python 2.7)

当 运行 安装命令时,按照段落 "Nightly Wheel Installation" 中的说明进行操作,并在从命令行升级 pip 工具后出现错误(请参阅下面的消息):

使用的安装命令:

cd  ~\Downloads 
python -m pip install nightly-Kivy-1.9.2.dev0-cp27-co26m-win_amd64.whl --upgrade  

控制台确认安装开始但显示错误消息:

"%s .dist-info directory not found"

我看到在c:\Python27\Lib\site-packages\Kivy-1.9.2.dev0.dist-info下分配了一个目录。

我该如何解决这个错误?

感谢指导。能够通过使用名为 "KivyInstaller" 的 GIThub 项目重新安装它,该项目删除了旧的 Windows Kivy 版本并使用预配置的 .bat 成功下载并安装了新的 1.9.2 开发版本脚本。