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