Hmmm. Seems like there is more going on. I’m getting a different error on Python=3.10 & 3.9
import hvplot.streamz # noqa
Traceback.
Unexpected exception formatting exception. Falling back to standard exception
Traceback (most recent call last):
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/IPython/core/interactiveshell.py", line 3433, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "/var/folders/g3/w0xtq3td3_xcjbb4gxx3j4k00000gn/T/ipykernel_64153/2584773187.py", line 1, in <module>
import hvplot.streamz # noqa
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/hvplot/streamz.py", line 19, in <module>
patch()
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/hvplot/streamz.py", line 17, in patch
post_patch(extension, logo)
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/hvplot/__init__.py", line 167, in post_patch
hvplot_extension(extension, logo=logo)
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/pyviz_comms/__init__.py", line 64, in __new__
return param.ParameterizedFunction.__new__(cls, *args, **kwargs)
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/param/parameterized.py", line 3654, in __new__
return inst.__call__(*args,**params)
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/hvplot/utilities.py", line 45, in __call__
super().__call__(*args, **params)
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/holoviews/ipython/__init__.py", line 149, in __call__
ip.run_line_magic('config', 'IPCompleter.use_jedi = False')
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/IPython/core/interactiveshell.py", line 2364, in run_line_magic
result = fn(*args, **kwargs)
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/IPython/core/magics/config.py", line 163, in config
configurables = sorted(set([ c for c in self.shell.configurables
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/IPython/core/magics/config.py", line 164, in <listcomp>
if c.__class__.class_traits(config=True)
AttributeError: type object 'CommManager' has no attribute 'class_traits'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/IPython/core/interactiveshell.py", line 2052, in showtraceback
stb = self.InteractiveTB.structured_traceback(
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/IPython/core/ultratb.py", line 1112, in structured_traceback
return FormattedTB.structured_traceback(
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/IPython/core/ultratb.py", line 1006, in structured_traceback
return VerboseTB.structured_traceback(
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/IPython/core/ultratb.py", line 859, in structured_traceback
formatted_exception = self.format_exception_as_a_whole(etype, evalue, etb, number_of_lines_of_context,
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/IPython/core/ultratb.py", line 812, in format_exception_as_a_whole
frames.append(self.format_record(r))
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/IPython/core/ultratb.py", line 730, in format_record
result += ''.join(_format_traceback_lines(frame_info.lines, Colors, self.has_colors, lvals))
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/stack_data/utils.py", line 144, in cached_property_wrapper
value = obj.__dict__[self.func.__name__] = self.func(obj)
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/stack_data/core.py", line 720, in lines
pieces = self.included_pieces
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/stack_data/utils.py", line 144, in cached_property_wrapper
value = obj.__dict__[self.func.__name__] = self.func(obj)
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/stack_data/core.py", line 663, in included_pieces
scope_pieces = self.scope_pieces
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/stack_data/utils.py", line 144, in cached_property_wrapper
value = obj.__dict__[self.func.__name__] = self.func(obj)
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/stack_data/core.py", line 603, in scope_pieces
for piece in self.source.pieces
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/stack_data/utils.py", line 144, in cached_property_wrapper
value = obj.__dict__[self.func.__name__] = self.func(obj)
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/stack_data/core.py", line 101, in pieces
return list(self._clean_pieces())
File "/Users/dharhas/mamba/envs/streaming-conda/lib/python3.9/site-packages/stack_data/core.py", line 125, in _clean_pieces
raise AssertionError("Pieces mismatches: %s" % mismatches)
AssertionError: Pieces mismatches: [{680, 681}, {696, 695}, {708, 709}, {714, 715}]