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 am using pyhf, version 0.6.2. I have a simple script that loads a workspace from a json file. When exiting I get some
strange error messages. Otherwise the program runs ok.
The messages are:
Exception ignored in: <function WeakMethod.__new__.<locals>._cb at 0x7fb987f11dc0>
Traceback (most recent call last):
File "/usr/lib/python3.8/weakref.py", line 58, in _cb
File "/usr/lib/python3.8/weakref.py", line 74, in __eq__TypeError: isinstance() arg 2 must be a type or tuple of types
Exception ignored in: <function WeakMethod.__new__.<locals>._cb at 0x7fb987f11af0>
Traceback (most recent call last):
Yeah, closing this as it is duplicate of Issue #1506. If you have additional follow up or questions please use that Issue. As @kratsg already said, if you downgrade Click to <8.0 this will go away.
I am using pyhf, version 0.6.2. I have a simple script that loads a workspace from a json file. When exiting I get some
strange error messages. Otherwise the program runs ok.
The messages are:
The script is as follows:
The text was updated successfully, but these errors were encountered: