-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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
Labels
No labels