amundsen
amundsen copied to clipboard
Sample Data Error
Hello,
I am attempting to follow the Quick Start guide and am receiving errors in the loading sample data step.
python3 example/scripts/sample_data_loader.py
The error message states ModuleNotFoundError: No module named 'neobolt' Then I attempted to install neobolt, but it is already installed. I have the proper versions of python and elasticsearch installed already. Any ideas on how to get this to run?
This was the code that I ran. Nothing else received errors before the last line. $ python3 -m venv venv $ source venv/bin/activate $ pip3 install --upgrade pip $ pip3 install -r requirements.txt $ python3 setup.py install $ python3 example/scripts/sample_data_loader.py
Code/Response:
(venv) PS F:\GitHub\amundsen1\amundsen\databuilder> python example/scripts/sample_data_loader.py
Traceback (most recent call last):
File "F:\GitHub\amundsen1\amundsen\databuilder\example\scripts\sample_data_loader.py", line 37, in
File "
Thanks in advance!
Thanks for opening your first issue here!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This issue has been automatically closed for inactivity. If you still wish to make these changes, please open a new pull request or reopen this one.