Open
Description
TypeError Traceback (most recent call last)
in <cell line: 0>()
1 import tensorflow as tf
----> 2 import tensorflow_quantum as tfq
3
4 import cirq
5 import sympy
12 frames
/usr/local/lib/python3.11/dist-packages/cirq/_import.py in find_spec(self, fullname, path, target)
64 def find_spec(self, fullname: str, path: Any = None, target: Any = None) -> Any:
65 components = fullname.split('.')
---> 66 spec = self.finder.find_spec(fullname, path=path, target=target)
67 if spec is None:
68 return None
TypeError: DaskFinder.find_spec() got an unexpected keyword argument 'path'
Metadata
Metadata
Assignees
Labels
No labels