Skip to content
Pat Gunn edited this page Oct 10, 2018 · 3 revisions

This is a list of known installation related errors and possible fixes:

  • On Windows, if you get a message looking like
RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb

You may be able to fix the problem by manually upgrading numpy (conda install numpy) to a later version, although this may change a lot of other software versions in your environment, so be wary of that.