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
If your requirement is just "numpy", it will install the latest version (e.g. numpy-1.17.5 as of the day this issue was created), and this leads to an error when loading the model with the parser:
Object arrays cannot be loaded when allow_pickle=False
Which can be solved by downgrading the numpy version (e.g. to version 1.16.1)
I suggest changing this at least in the requirements specified in the README.
The text was updated successfully, but these errors were encountered:
Hello,
If your requirement is just "numpy", it will install the latest version (e.g. numpy-1.17.5 as of the day this issue was created), and this leads to an error when loading the model with the parser:
Object arrays cannot be loaded when allow_pickle=False
Which can be solved by downgrading the numpy version (e.g. to version 1.16.1)
I suggest changing this at least in the requirements specified in the README.
The text was updated successfully, but these errors were encountered: