当前位置:  开发笔记 > 编程语言 > 正文

在python3.5 osx上安装pygame

如何解决《在python3.5osx上安装pygame》经验,为你挑选了1个好方法。

我试图安装pygame

pip3 install hg+http://bitbucket.org/pygame/pygame

收到此错误:

Collecting hg+http://bitbucket.org/pygame/pygame
Cloning hg http://bitbucket.org/pygame/pygame to     /var/folders/vl/g_3vs3xj2clcnyc58spzmjq00000gn/T/pip-7f5mltpu-build
Error [Errno 2] No such file or directory: 'hg' while executing   command hg clone --noupdate -q http://bitbucket.org/pygame/pygame 
/var/folders/vl/g_3vs3xj2clcnyc58spzmjq00000gn/T/pip-7f5mltpu-build
Cannot find command 'hg'

要么

brew install pygame

错误:

Error: Failed to download resource "pygame"
Failure while executing: /usr/local/opt/mercurial/bin/hg clone https://bitbucket.org/pygame/pygame /Library/Caches/Homebrew/pygame--hg

有人用python 3.5在osx上成功安装了pygame吗?



1> Srgrn..:

你好像缺少mercurial,你可以简单地运行

brew install mercurial

这将安装hg,你可以从mercurial源安装

另外为了安装pygame你需要安装sdl

brew install sdl

推荐阅读
爱唱歌的郭少文_
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有