欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程语言 > python >内容正文

python

python安装轮子_如何安装这个轮子?

发布时间:2025/3/15 python 34 豆豆
生活随笔 收集整理的这篇文章主要介绍了 python安装轮子_如何安装这个轮子? 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

我设法安装了pip,但当我使用pip安装下载的控制盘时,它会打印:C:\Python34\Scripts\pip install pygame-1.9.2a0-cp34-none-win_amd64.whl

Requirement 'pygame-1.9.2a0-cp34-none-win_amd64.whl' looks like a filename, but the file does not exist

pygame-1.9.2a0-cp34-none-win_amd64.whl is not a supported wheel on this platform

文件与pip在同一个文件夹(脚本)中。

我也试过使用wheel工具:C:\Python34\Scripts\wheel install pygame-1.9.2a0-cp34-none-win_amd64.whl

Traceback (most recent call last):

File "C:\Python34\lib\site-packages\wheel\tool\__init__.py", line 358, in main

args.func(args)

File "C:\Python34\lib\site-packages\wheel\tool\__init__.py", line 301, in install_f

args.wheel_dirs, args.force, args.list_files)

File "C:\Python34\lib\site-packages\wheel\tool\__init__.py", line 202, in install

raise WheelError("No such wheel file: {}".format(req))

wheel.tool.WheelError: No such wheel file: pygame-1.9.2a0-cp34-none-win_amd64.whl

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "C:\Python34\lib\runpy.py", line 170, in _run_module_as_main

"__main__", mod_spec)

File "C:\Python34\lib\runpy.py", line 85, in _run_code

exec(code, run_globals)

File "C:\Python34\Scripts\wheel.exe\__main__.py", line 9, in

File "C:\Python34\lib\site-packages\wheel\tool\__init__.py", line 361, in main

sys.stderr.write(e.message + "\n")

AttributeError: 'WheelError' object has no attribute 'message'

我使用PowerShell,请帮忙!

总结

以上是生活随笔为你收集整理的python安装轮子_如何安装这个轮子?的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。