You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@RafaD5 I believe that there is a small mismatch between numpy versions for some packages. I've added Optuna to MLJAR and it doesn't support the newest numpy version.
The package will work even with the warning. I observed the warning on Ubuntu 16.04 but for Ubuntu 20.04 it works without warning. Hard to point exact fix. However, the numpy update should help.
I would recommend waiting for an update on the Optuna package.
I used the same method to create a conda env. I update mljar-supervided with pip install -U mljar-supervised. When I ran from supervised.automl import AutoML, I still got
RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd
My Ubuntu is 20.04
Hello,
I installed the latest version of MLJAR (0.10.2). When I import the package the following error arrises
I created a new enviroment for the installation with conda. The steps I followed for the installation were:
Then I run
from supervised.automl import AutoML
and got the RuntimeErrorThen, as suggested in this issue, I updated numpy (explanation here) but got the following error
![image](https://user-images.githubusercontent.com/37419841/112657711-af88ae00-8e20-11eb-884b-966a2d8fdce1.png)
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.
The text was updated successfully, but these errors were encountered: