Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: when detecting momento version also catch
ModuleNotFoundError
(#…
…459) A user reports that in some environments this code raises a `ModuleNotFoundError` as opposed to `ImportError`. We modify the try-except to also catch that error as the user reports this in a python 3.8 environment.
- Loading branch information