facebookexperimental / Robyn

Robyn is an experimental, AI/ML-powered and open sourced Marketing Mix Modeling (MMM) package from Meta Marketing Science. Our mission is to democratise modeling knowledge, inspire the industry through innovation, reduce human bias in the modeling process & build a strong open source marketing science community.
https://facebookexperimental.github.io/Robyn/
MIT License
1.08k stars 322 forks source link

Error in py_get_attr_impl(x, name, silent) : AttributeError: '_DE' object has no attribute 'set_objective_weights' #867

Closed SeanRichterWalsh closed 7 months ago

SeanRichterWalsh commented 7 months ago

Updated Robyn to version 3.10.5.9005 and am now getting the below error. Everything ran fine prior to the updating of the Robyn package. Reticulate version 1.34.0 has not changed.

Anyone else seeing this error?

image

gufengzhou commented 7 months ago

set_objective_weights is a new argument in Nevergrad. just update nevergrad and it'll work again.

SeanRichterWalsh commented 7 months ago

@gufengzhou right you are. Thanks for the quick reply. All is working fine now after upgrading nevergrad.