amundsen icon indicating copy to clipboard operation
amundsen copied to clipboard

Sample Data Error

Open nk40699 opened this issue 3 years ago • 2 comments
trafficstars

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 from databuilder.extractor.neo4j_search_data_extractor import Neo4jSearchDataExtractor File "", line 259, in load_module File "F:\GitHub\amundsen1\amundsen\databuilder\venv\lib\site-packages\amundsen_databuilder-6.12.0-py3.9.egg\databuilder\extractor\neo4j_search_data_extractor.py", line 12, in
File "", line 259, in load_module File "F:\GitHub\amundsen1\amundsen\databuilder\venv\lib\site-packages\amundsen_databuilder-6.12.0-py3.9.egg\databuilder\publisher\neo4j_csv_publisher.py", line 19, in File "", line 259, in load_module File "F:\GitHub\amundsen1\amundsen\databuilder\venv\lib\site-packages\neo4j_driver-1.7.6-py3.9.egg\neo4j\exceptions.py", line 27, in ModuleNotFoundError: No module named 'neobolt' (venv) PS F:\GitHub\amundsen1\amundsen\databuilder> pip install neobolt Requirement already satisfied: neobolt in c:\users\nkane\appdata\local\programs\python\python39\lib\site-packages (1.7.17)

Thanks in advance!

nk40699 avatar Jul 12 '22 23:07 nk40699

Thanks for opening your first issue here!

boring-cyborg[bot] avatar Jul 12 '22 23:07 boring-cyborg[bot]

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Jul 31 '22 09:07 stale[bot]

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.

stale[bot] avatar Sep 25 '22 01:09 stale[bot]