Windows 2.8.8 exception

Hi,

Since install of 2.8.8 I have the current message when opening the ODM Console :

version: 2.8.8

RuntimeError: module compiled against API version 0xf but this version of numpy is 0xe
ImportError: numpy.core.multiarray failed to import

The above exception was the direct cause of the following exception:

SystemError: <built-in function __import__> returned a result with an error set
usage: run [options] <dataset name>

But I have run several task and all I have tried so far seems to work without any issue.
I have no time to check the code but could open a bug on GitHub if needed.

1 Like

No need, this will get fixed at the next release (Update numpy · OpenDroneMap/[email protected] · GitHub already fixed it).

If you run from the ODM console:

python -m pip install -U numpy the error will disappear.

4 Likes

Thank you for the quick answer :slight_smile:

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.