/home/adminuser/venv/lib/python3.11/site-packages/policyengine_core/api/micr
osimulation.py:5 in <module>
2 Microsimulation interfaces and utility functions.
3 """
4 from typing import List, Tuple
❱ 5 from openfisca_core.entities.entity import Entity
6 from policyengine_core.api.general import ReformType
7 from microdf.generic import MicroDataFrame
8 import numpy as np
────────────────────────────────────────────────────────────────────────────────
ModuleNotFoundError: No module named 'openfisca_core'
Quick fix would be manually listing the state codes.
https://policyengine-us-marriage-incentive.streamlit.app/
Caused by PolicyEngine/policyengine-core#259
Quick fix would be manually listing the state codes.