Skip to content

I don't know why when I run google colab notebook in tutorial, it is errorr #869

Open
@Khanhdii

Description

@Khanhdii

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions