Skip to content

RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd #355

@RafaD5

Description

@RafaD5

Hello,

I installed the latest version of MLJAR (0.10.2). When I import the package the following error arrises

RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd

I created a new enviroment for the installation with conda. The steps I followed for the installation were:

conda create -n mljar39 python=3.9
conda activate mljar39
pip install mljar-supervised

Then I run from supervised.automl import AutoML and got the RuntimeError

Then, as suggested in this issue, I updated numpy (explanation here) but got the following error
image

And now, when I import MLJAR the error does not longer arise and I can use MLJAR, but I don't know if this solution is reliable.

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency file

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions