Skip to content

lru-dict and apache mod_wsgi #63

@mahdialibi

Description

@mahdialibi

Hi ,
I have a python script using lru-dict , i try to run it under apache mod_wsgi , but it throw this error

[Tue Jun 04 14:22:10.134913 2024] [wsgi:error] [pid 3669406:tid 3669547] [remote ::1:43432]   File "/opt/xx/my_server/site-packages/lru/__init__.py", line 1, in <module>
[Tue Jun 04 14:22:10.134928 2024] [wsgi:error] [pid 3669406:tid 3669547] [remote ::1:43432]     from ._lru import LRU as LRU  # noqa: F401
[Tue Jun 04 14:22:10.134950 2024] [wsgi:error] [pid 3669406:tid 3669547] [remote ::1:43432] ModuleNotFoundError: No module named 'lru._lru'

any one get an idea about this error
thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions