Skip to content

Module Not Found Error: No module named Sqlite_3**** #763

Closed
@tpegues2

Description

@tpegues2

Description
When I run ./user-sync version 2.7 for centos7 on Redhat7 it fails right away.

Steps to reproduce

  • Relevant config options
  • Command-line options used
  • Specific details around identity source, group mapping, etc.

Expected behavior
A clear and concise description of what you expected to happen.

I expected that it will simply give me the version number.

Screenshots
[tpegues2@ausyncprdapp ~]$ ./user-sync -v
Traceback (most recent call last):
File "user_sync/app.py", line 37, in
File "PyInstaller/loader/pyimod03_importers.py", line 476, in exec_module
File "user_sync/config/sign_sync.py", line 14, in
File "PyInstaller/loader/pyimod03_importers.py", line 476, in exec_module
File "user_sync/engine/sign.py", line 7, in
File "PyInstaller/loader/pyimod03_importers.py", line 476, in exec_module
File "user_sync/connector/connector_sign.py", line 26, in
File "PyInstaller/loader/pyimod03_importers.py", line 476, in exec_module
File "user_sync/cache/sign/init.py", line 1, in
File "PyInstaller/loader/pyimod03_importers.py", line 476, in exec_module
File "user_sync/cache/sign/cache.py", line 1, in
File "PyInstaller/loader/pyimod03_importers.py", line 476, in exec_module
File "user_sync/cache/base.py", line 2, in
File "PyInstaller/loader/pyimod03_importers.py", line 476, in exec_module
File "sqlite3/init.py", line 23, in
File "PyInstaller/loader/pyimod03_importers.py", line 476, in exec_module
File "sqlite3/dbapi2.py", line 27, in
ModuleNotFoundError: No module named '_sqlite3'
[19788] Failed to execute script 'app' due to unhandled exception!

Environment

  • UST version:
  • OS type and version: RedHat 7.9 and user-sync version 2.70
  • Any other relevant info:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions