btyd
btyd copied to clipboard
Issue while fitting BetaGeoModel
Hi,
I am facing below error while fitting the data in BetaGeoModel.
Error: ContextualVersionConflict: (scipy 1.7.1 (/databricks/python3/lib/python3.9/site-packages), Requirement.parse('scipy>=1.8.0'), {'arviz'})
I have even tried reinstalling the Arviz package and I have upgraded the Scipy package to 1.10 version. But still I am facing the above error. Please help me to resolve the above mentioned error.
Hey @surendransuri,
Looks like the managed databricks environment you're working in has a hard requirement for scipy==1.7.1, but the latest version of arviz requires scipy>=1.8.0.
Try reinstalling scipy==1.7.1, and installing arviz==0.12.1.