You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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'
https://policyengine-us-marriage-incentive.streamlit.app/
Caused by PolicyEngine/policyengine-core#259
Quick fix would be manually listing the state codes.
The text was updated successfully, but these errors were encountered: