Description
When I run the first cell in the first example notebook, I get the following error output:
ImportError Traceback (most recent call last)
Cell In[1], line 3
1 import numpy as np
2 import pandas as pd
----> 3 from plateflex import Grid
File ~\Anaconda3\envs\pflex\lib\site-packages\plateflex_init_.py:157
155 # -- coding: utf-8 --
156 from . import conf as cf
--> 157 from . import estimate
158 from . import plotting
159 from .classes import Grid, TopoGrid, GravGrid, BougGrid, FairGrid
File ~\Anaconda3\envs\pflex\lib\site-packages\plateflex\estimate.py:57
55 import numpy as np
56 import pymc3 as pm
---> 57 from plateflex.flex import flex
58 from plateflex import conf as cf
59 from theano.compile.ops import as_op
ImportError: DLL load failed while importing flex: The specified module could not be found.
Can you help me with this? Thank you!