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'
----------------------------------------