pygameをインストールしようとしているのですが、import pygameではエラーが発生しています。
主要因として考えられるのが、ゲームを作りながら楽しくまなべるPYTHONプログラミングでインストールするように指示されている下記コードがインストールしきれていないことだと考えられますが、その通りに入力してもエラーが発生してしまうためお伺いしたいです。
指定コード
python
1brew cask install xquartz 2brew install python3 --with-tcl-tk 3brew install homebrew/dupes/tcl-tk 4brew install git 5brew install sdl sdl_image sdl_ttf portmidi libogg libvorbis 6brew install sdl_mixer --with-libvorbis 7brew tap homebrew/headonly 8brew install smpeg 9brew install mercurial 10pip3 install hg+http://bitbucket.org/pygame/pygame
インストールできたもの
brew install sdl sdl_image sdl_ttf
brew install git
brew install mercurial
よろしくお願い致します。
あなたの回答
tips
プレビュー