Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lru-dict and apache mod_wsgi #63

Open
mahdialibi opened this issue Jun 4, 2024 · 0 comments
Open

lru-dict and apache mod_wsgi #63

mahdialibi opened this issue Jun 4, 2024 · 0 comments

Comments

@mahdialibi
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant