简体   繁体   English

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

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

When running install command, following the instructions at paragraph "Nightly Wheel Installation" and after upgrading the pip tool from command line I get an error (see message below): 运行安装命令时,按照“夜轮安装”一节中的说明进行操作,并且从命令行升级pip工具后,我得到一个错误(请参见以下消息):

Install command used: 使用的安装命令:

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

The console confirms start of the install but displays an error message: 控制台确认开始安装,但显示错误消息:

"%s .dist-info directory not found"

I see a directory allocated under c:\\Python27\\Lib\\site-packages\\Kivy-1.9.2.dev0.dist-info. 我看到在c:\\ Python27 \\ Lib \\ site-packages \\ Kivy-1.9.2.dev0.dist-info下分配的目录。

How can I fix this error? 如何解决此错误?

Thanks for guidance. 感谢您的指导。 Was able to reinstall it by use of a GIThub project named: "KivyInstaller", which removed older Windows Kivy versions and successfully downloaded and installed the new 1.9.2 dev version using a preconfigured .bat script. 能够使用名为“ KivyInstaller”的GIThub项目重新安装它,该项目删除了较旧的Windows Kivy版本,并使用预配置的.bat脚本成功下载并安装了新的1.9.2 dev版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误:pyzmq 的轮子无效,找到多个 .dist-info 目录:libsodium-1.0.17.dist-info,pyzmq-18.1.0.dist-info - ERROR: pyzmq has an invalid wheel, multiple .dist-info directories found: libsodium-1.0.17.dist-info, pyzmq-18.1.0.dist-info 安装结果只有一个 .dist-info 文件夹(Pypi Packaging) - Installation results in only a .dist-info folder (Pypi Packaging) Kivy安装python 2.7 Windows 10 - Kivy installation python 2.7 windows 10 在Windows7 64bit上为Python 2.7安装rpy2 - install rpy2 on Windows7 64bit for Python 2.7 为什么pip始终无法安装pytest-django? .dist-info目录未找到错误 - Why does pip consistently fail to install pytest-django? .dist-info directory not found error 在 python 2.7 下的 Windows 10 64 位上安装 twisted - Installing twisted on Windows 10 64 bit under python 2.7 最新的'pip'失败,“要求setuptools> = 0.8 for dist-info” - Latest 'pip' fails with “requires setuptools >= 0.8 for dist-info” pip 安装。 仅创建 dist-info 而不是 package - pip install . creates only the dist-info not the package Python3:是否有任何包/函数/脚本来获取对磁盘上包的元数据(egg-info 或 dist-info)的引用? - Python3: Is there any package/function/script to get a reference to a package's metadata (egg-info or dist-info) ON DISK? 在Windows7,Python2.7中安装xgboost4.0时发生错误 - error happens when install xgboost4.0 in windows7, python2.7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM