neo4j-contrib / neomodel

An Object Graph Mapper (OGM) for the Neo4j graph database.

Home Page:https://neomodel.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`install-labels` and `remove_labels` can not execute.

zdyh opened this issue · comments

Expected Behavior (Mandatory)

install-labels can not execute.

$ python3 install-labels
$ venv/bin/install-labels
Traceback (most recent call last):
  File "/code/neomodel/venv/bin/install-labels", line 5, in <module>
    from scripts.neomodel_install_labels import main
ModuleNotFoundError: No module named 'scripts.neomodel_install_labels'

Versions

  • Library: neomodel 4.0.10

Thanks for catching this. Pipelines are running and then I'll merge the PR.