Replies: 2 comments 3 replies
-
|
Hello @pli-pcln , Thank you for contacting us! To help me resolve this, could you please provide the full error traceback you receive when you attempt the import? Since my replication in Google Colab was successful using Meridian 1.5.1, the discrepancy likely points to a conflict specific to your Vertex AI instance's pre-installed image. Pinpointing these specific version mismatches will help in identifying the correct environment configuration needed to support the Feel free to reach out for any further queries or feedback regarding Meridian. Google Meridian Support Team |
Beta Was this translation helpful? Give feedback.
-
|
Hello @pli-pcln , Thank you for contacting us! Your concern regarding Python 3.10 support is valid; support was officially dropped in Meridian 1.5.3 (moving the minimum requirement to Python 3.11) because updated dependencies like JAX 0.7+ are no longer compatible with 3.10, and the version is being deprecated across Vertex AI environments. If possible, the recommended path is to upgrade your Vertex AI Workbench instance to an image running Python 3.11 or 3.12, as this allows you to install the latest Meridian releases and prevents future compatibility issues with other ML libraries. However, if you are currently blocked from upgrading your environment, you can stay on Python 3.10 by pinning your Meridian version while still upgrading Feel free to reach out for any further queries or feedback regarding Meridian. Google Meridian Support Team |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, my current meridian version is 1.5.1 and I saw a warning when running model.load_mmm() that it will be deprecated in future releases and instead I should use meridian.schema.serde.meridian_serde.load_meridian.
After installing google-meridian[schema], I get an error when trying to import "from schema.serde import meridian_serde", which is in the title of this thread.
I've looked around online and it mentions upgrading google.protobuf and potentially editing a builder.py. I'm working on a Vertex AI instance so I don't think this is feasible for me. How should I resolve this?
Beta Was this translation helpful? Give feedback.
All reactions