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
I've noticed an error when running the package with the newest version of Pyro.
Importing chirho.interventional.handlers.do returns the following error:
Traceback (most recent call last):
File "", line 1, in
File "/root/miniconda3/envs/py311/lib/python3.11/site-packages/chirho/interventional/init.py", line 1, in from . import handlers # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^
File "/root/miniconda3/envs/py311/lib/python3.11/site-packages/chirho/interventional/handlers.py", line 121, in
do = pyro.poutine.handlers._make_handler(Interventions)[1]
TypeError: 'function' object is not subscriptable
Rolling this back to Pyro 1.8 fixes this issue.
The text was updated successfully, but these errors were encountered:
Hello,
I've noticed an error when running the package with the newest version of Pyro.
Importing
chirho.interventional.handlers.do
returns the following error:Traceback (most recent call last):
File "", line 1, in
File "/root/miniconda3/envs/py311/lib/python3.11/site-packages/chirho/interventional/init.py", line 1, in from . import handlers # noqa: F401
^^^^^^^^^^^^^^^^^^^^^^
File "/root/miniconda3/envs/py311/lib/python3.11/site-packages/chirho/interventional/handlers.py", line 121, in
do = pyro.poutine.handlers._make_handler(Interventions)[1]
TypeError: 'function' object is not subscriptable
Rolling this back to Pyro 1.8 fixes this issue.
The text was updated successfully, but these errors were encountered: