btyd icon indicating copy to clipboard operation
btyd copied to clipboard

Issue while fitting BetaGeoModel

Open surendransuri opened this issue 2 years ago • 1 comments

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.

surendransuri avatar Feb 23 '23 08:02 surendransuri

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.

ColtAllen avatar Feb 23 '23 10:02 ColtAllen