Skip to content

[BUG] Installation is failing due to dependancies #1

@vineeshkumarpv

Description

@vineeshkumarpv

Describe the Bug

The install.sh is failing in Ubuntu 24

Steps to Reproduce

  1. Go to installation directory
  2. Run './install.sh'
  3. See error

Expected Behavior

This should automatically install

Actual Behavior

Existing with error

Environment

  • OS: Ubuntu 24.04.4 LTS
  • Docker version: Docker version 28.2.2, build 28.2.2-0ubuntu1~24.04.1
  • Python version: `Python 3.13.9'
  • Claude Code version: 2.1.49 (Claude Code)

Logs

Error message"
════════════════════════════════════════════════════════════╗
║ Claude Graph Memory Installer ║
╚════════════════════════════════════════════════════════════╝

Checking dependencies...
✓ Docker
✓ Python 3
✓ uv/uvx
Installing neo4j Python driver...

Setting up NornicDB...
Traceback (most recent call last):
File "/usr/bin/docker-compose", line 33, in
sys.exit(load_entry_point('docker-compose==1.29.2', 'console_scripts', 'docker-compose')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/docker-compose", line 25, in importlib_load_entry_point
return next(matches).load()
^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/metadata/init.py", line 205, in load
module = import_module(match.group('module'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/importlib/init.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 995, in exec_module
File "", line 488, in _call_with_frames_removed
File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 9, in
from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils'
"

Additional Context

Any other context about the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions