Skip to content

Instantly share code, notes, and snippets.

@YuukiToriyama
Created October 11, 2019 17:23
Show Gist options
  • Save YuukiToriyama/70e3b03b4b492a6163d9152682d86821 to your computer and use it in GitHub Desktop.
Save YuukiToriyama/70e3b03b4b492a6163d9152682d86821 to your computer and use it in GitHub Desktop.
ModuleNotFoundError: No module named 'numpy'

Jupyter Notebookからnumpyを使おうと思ったけど使えなかった

理由

  • pippip3を取り違えていた
  • python2系のほうのnumpyをインストールしていて、python3系のほうをインストールしていなかった
  • pip3 install numpyとすべきだった
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment