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.07k stars 322 forks source link

error writing to connection #911

Closed DongHarry-Kang closed 5 months ago

DongHarry-Kang commented 5 months ago

Project Robyn

Describe issue

Describe your issue and provide warnings and error messages.

Provide reproducible example

Issues are often related to custom input data that is difficult to debug without. If necessary, please modify your data to mask real values and share a dataset that is able to reproduce the issue. Please also share your model configuration and exported JSON files if available.

Environment & Robyn version

Make sure you're using the latest Robyn version before you post an issue.

Plotting 15 selected models on 11 cores... |================================================== | 27%Failed exporting results, but returned model results anyways: Error in serialize(data, node$con): error writing to connection

gufengzhou commented 5 months ago

This seems to be OS-related, as in previous issues here and here. Please try the latest Robyn github version first. If not, a workaround would be setting robyn_outputs(export = FALSE), then you can manually create loop the onepagers using robyn_onepagers

DongHarry-Kang commented 5 months ago

Thank you very much. Now I can out the figures. :)