Nutpie runtime error

Is this still an issue where one needs to downgrade python? My current version is 3.14.3

RuntimeError: Coordinate unconstrained_parameter value has unsupported type

Caused by:

RuntimeError: Could not convert to Value. Unsupported type: StringArray

Cell In[51], line 2

  1 **with** model:

----> 2 trace = pm.sample(draws = 1000, chains=2, cores = 2, nuts_sampler=“nutpie”)

Show Traceback

probably pandas 3 or 2 (whichever was the latest major release)? If so try to downgrade otherwise provide the whole traceback?

I think this is probably an issue due to a change in pandas 3. It should be fixed on the latest nutpie release. Could you check if you still have an old version?