You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the environments without ipywidgets the inference taking 1 second
When the ipywidgets is installed the cell with pymc code hangs on
Initializing NUTS using jitter+adapt_diag...
Multiprocess sampling (4 chains in 4 jobs)
NUTS: [θ]
I tested install both via conda and pip, the inference via bambi and other samplers worked fine in the same env,
the example below I tested in clean envs with
importnumpyasnpimportpandasaspdimportpymcaspmimportprelizaspznp.random.seed(123)
trials=4theta_real=0.35# unknown value in a real experimentdata=pz.Binomial(n=1, p=theta_real).rvs(trials)
datawithpm.Model() asour_first_model:
θ=pm.Beta('θ', alpha=1., beta=1.)
y=pm.Bernoulli('y', p=θ, observed=data)
idata=pm.sample(1000, random_seed=4591)
This seems to be happening only in vscode stable, vscode insiders and jupyter notebooks/lab seems to be fine; maybe this is issue with my environments and plugins in vscode, would be great if someone can reproduce and confirm;
Downgrading ipywidgets and pymc doesn't help
thanks for your time and for checking @aloctavodia, I will close this issue, since this is probably not pymc related, but vscode+ipywidgets+vscode plugins interactions
Describe the issue:
in the environments without ipywidgets the inference taking 1 second
When the ipywidgets is installed the cell with pymc code hangs on
I tested install both via conda and pip, the inference via bambi and other samplers worked fine in the same env,
the example below I tested in clean envs with
installed (and with or without ipywidgets)
Reproduceable code example:
Error message:
No response
PyMC version information:
Python 3.12.8, Pymc 5.19.1
Context for the issue:
Version: 1.96.0
Commit: 138f619c86f1199955d53b4166bef66ef252935c
Date: 2024-12-11T02:29:09.626Z
Electron: 32.2.6
ElectronBuildId: 10629634
Chromium: 128.0.6613.186
Node.js: 20.18.1
V8: 12.8.374.38-electron.0
OS: Darwin arm64 24.2.0
The text was updated successfully, but these errors were encountered: