We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi ,
I have a python script using lru-dict , i try to run it under apache mod_wsgi , but it throw this error
any one get an idea about this error
thank you
The text was updated successfully, but these errors were encountered: