HelgeCPH / cypher_kernel

An experimental Jupyter kernel for the Cypher query language.
4 stars 1 forks source link

Which yaml module is required by cypher_kernel? #3

Closed pwrose closed 2 years ago

pwrose commented 4 years ago
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-install-vmumfhnr/cypher-kernel/setup.py", line 2, in <module>
    import cypher_kernel
  File "/tmp/pip-install-vmumfhnr/cypher-kernel/cypher_kernel/__init__.py", line 3, in <module>
    from .kernel import CypherKernel
  File "/tmp/pip-install-vmumfhnr/cypher-kernel/cypher_kernel/kernel.py", line 2, in <module>
    import yaml
ModuleNotFoundError: No module named 'yaml'
----------------------------------------
HelgeCPH commented 2 years ago

I do not know if it is still relevant, but I forgot originally to specify pyyaml as a dependency. That is now fixed in the releases >= 0.3.0.