Sean

Results 5 comments of Sean

Apologies if this is addressed elsewhere, but this looks like the closest issue. For the expect_grouped_row_values_to_have_recent_data test, I have one group that will not have recent data for valid reasons....

@clausherther Thank you! Of course the answer is to read the docs. Adding `error_if` converts the severity to a "warn", which you can make pass by adding a `warn_if` setting.

I had this issue in a 3.10 conda environment. I also tried it with Rosetta and had the same issue.

Yeah, just on install and trying to run it ``` conda create -n marv-env python==3.10 conda activate marv-env pip install marvin marvin chat ``` That gives me the greenlet error....

@ezra-risq Circling back on this, I think I had a caching problem. I was able to fix the install by uninstalling, then running `pip cache purge` and reinstalling (not using...