7
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【 エラー解消法 】RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd

Posted at

###これだと解決しなかった

Terminal
pip install numpy --upgrade
pip3 install numpy --upgrade

###これで解決した

9
This worked for me:

sudo pip install numpy --upgrade --ignore-installed
Terminal
sudo pip install numpy --upgrade --ignore-installed
7
3
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?