SYSTEM RECOVERY MODE ONLINE =========================== ERROR SUMMARY: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 23, in from . import multiarray File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/multiarray.py", line 10, in from . import overrides File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/overrides.py", line 7, in from numpy._core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy._core._multiarray_umath' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 114, in from numpy.__config__ import show_config File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__config__.py", line 4, in from numpy._core._multiarray_umath import ( File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 49, in raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.11 from "/home/elasoftw/virtualenv/ai_software_django/3.11/bin/python" * The NumPy version is: "2.2.6" and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help. Original error was: No module named 'numpy._core._multiarray_umath' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 181, in _get_response callback, callback_args, callback_kwargs = self.resolve_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 313, in resolve_request resolver_match = resolver.resolve(request.path_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve for pattern in self.url_patterns: ^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module return import_module(self.urlconf_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/core/urls.py", line 9, in path('', include('ai_tools.urls')), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include urlconf_module = import_module(urlconf_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/ai_tools/urls.py", line 2, in from . import views File "/home/elasoftw/ai_software_django/ai_tools/views.py", line 5, in from .search_service import search_image_in_folder, clear_global_cache File "/home/elasoftw/ai_software_django/ai_tools/search_service.py", line 17, in import numpy as np File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 119, in raise ImportError(msg) from e ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 23, in from . import multiarray File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/multiarray.py", line 10, in from . import overrides File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/overrides.py", line 7, in from numpy._core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy._core._multiarray_umath' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 114, in from numpy.__config__ import show_config File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__config__.py", line 4, in from numpy._core._multiarray_umath import ( File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 49, in raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.11 from "/home/elasoftw/virtualenv/ai_software_django/3.11/bin/python" * The NumPy version is: "2.2.6" and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help. Original error was: No module named 'numpy._core._multiarray_umath' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__ response = response or self.get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner response = response_for_exception(request, exc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception response = handle_uncaught_exception( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response html = reporter.get_traceback_html() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html c = Context(self.get_traceback_data(), use_l10n=False) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data c["raising_view_name"] = get_caller(self.request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller resolver_match = resolve(request.path) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve return get_resolver(urlconf).resolve(path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve for pattern in self.url_patterns: ^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module return import_module(self.urlconf_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/core/urls.py", line 9, in path('', include('ai_tools.urls')), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include urlconf_module = import_module(urlconf_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/ai_tools/urls.py", line 2, in from . import views File "/home/elasoftw/ai_software_django/ai_tools/views.py", line 5, in from .search_service import search_image_in_folder, clear_global_cache File "/home/elasoftw/ai_software_django/ai_tools/search_service.py", line 17, in import numpy as np File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 119, in raise ImportError(msg) from e ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 23, in from . import multiarray File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/multiarray.py", line 10, in from . import overrides File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/overrides.py", line 7, in from numpy._core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy._core._multiarray_umath' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 114, in from numpy.__config__ import show_config File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__config__.py", line 4, in from numpy._core._multiarray_umath import ( File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 49, in raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.11 from "/home/elasoftw/virtualenv/ai_software_django/3.11/bin/python" * The NumPy version is: "2.2.6" and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help. Original error was: No module named 'numpy._core._multiarray_umath' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__ response = response or self.get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner response = response_for_exception(request, exc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception response = handle_uncaught_exception( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response html = reporter.get_traceback_html() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html c = Context(self.get_traceback_data(), use_l10n=False) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data c["raising_view_name"] = get_caller(self.request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller resolver_match = resolve(request.path) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve return get_resolver(urlconf).resolve(path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve for pattern in self.url_patterns: ^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module return import_module(self.urlconf_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/core/urls.py", line 9, in path('', include('ai_tools.urls')), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include urlconf_module = import_module(urlconf_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/ai_tools/urls.py", line 2, in from . import views File "/home/elasoftw/ai_software_django/ai_tools/views.py", line 5, in from .search_service import search_image_in_folder, clear_global_cache File "/home/elasoftw/ai_software_django/ai_tools/search_service.py", line 17, in import numpy as np File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 119, in raise ImportError(msg) from e ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 23, in from . import multiarray File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/multiarray.py", line 10, in from . import overrides File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/overrides.py", line 7, in from numpy._core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy._core._multiarray_umath' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 114, in from numpy.__config__ import show_config File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__config__.py", line 4, in from numpy._core._multiarray_umath import ( File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 49, in raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.11 from "/home/elasoftw/virtualenv/ai_software_django/3.11/bin/python" * The NumPy version is: "2.2.6" and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help. Original error was: No module named 'numpy._core._multiarray_umath' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__ response = response or self.get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner response = response_for_exception(request, exc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception response = handle_uncaught_exception( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response html = reporter.get_traceback_html() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html c = Context(self.get_traceback_data(), use_l10n=False) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data c["raising_view_name"] = get_caller(self.request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller resolver_match = resolve(request.path) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve return get_resolver(urlconf).resolve(path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve for pattern in self.url_patterns: ^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module return import_module(self.urlconf_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/core/urls.py", line 9, in path('', include('ai_tools.urls')), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include urlconf_module = import_module(urlconf_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/ai_tools/urls.py", line 2, in from . import views File "/home/elasoftw/ai_software_django/ai_tools/views.py", line 5, in from .search_service import search_image_in_folder, clear_global_cache File "/home/elasoftw/ai_software_django/ai_tools/search_service.py", line 17, in import numpy as np File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 119, in raise ImportError(msg) from e ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 23, in from . import multiarray File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/multiarray.py", line 10, in from . import overrides File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/overrides.py", line 7, in from numpy._core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy._core._multiarray_umath' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 114, in from numpy.__config__ import show_config File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__config__.py", line 4, in from numpy._core._multiarray_umath import ( File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 49, in raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.11 from "/home/elasoftw/virtualenv/ai_software_django/3.11/bin/python" * The NumPy version is: "2.2.6" and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help. Original error was: No module named 'numpy._core._multiarray_umath' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__ response = response or self.get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner response = response_for_exception(request, exc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception response = handle_uncaught_exception( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response html = reporter.get_traceback_html() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html c = Context(self.get_traceback_data(), use_l10n=False) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data c["raising_view_name"] = get_caller(self.request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller resolver_match = resolve(request.path) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve return get_resolver(urlconf).resolve(path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve for pattern in self.url_patterns: ^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module return import_module(self.urlconf_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/core/urls.py", line 9, in path('', include('ai_tools.urls')), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include urlconf_module = import_module(urlconf_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/ai_tools/urls.py", line 2, in from . import views File "/home/elasoftw/ai_software_django/ai_tools/views.py", line 5, in from .search_service import search_image_in_folder, clear_global_cache File "/home/elasoftw/ai_software_django/ai_tools/search_service.py", line 17, in import numpy as np File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 119, in raise ImportError(msg) from e ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 23, in from . import multiarray File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/multiarray.py", line 10, in from . import overrides File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/overrides.py", line 7, in from numpy._core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy._core._multiarray_umath' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 114, in from numpy.__config__ import show_config File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__config__.py", line 4, in from numpy._core._multiarray_umath import ( File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 49, in raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.11 from "/home/elasoftw/virtualenv/ai_software_django/3.11/bin/python" * The NumPy version is: "2.2.6" and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help. Original error was: No module named 'numpy._core._multiarray_umath' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__ response = response or self.get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner response = response_for_exception(request, exc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception response = handle_uncaught_exception( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response html = reporter.get_traceback_html() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html c = Context(self.get_traceback_data(), use_l10n=False) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data c["raising_view_name"] = get_caller(self.request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller resolver_match = resolve(request.path) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve return get_resolver(urlconf).resolve(path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve for pattern in self.url_patterns: ^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module return import_module(self.urlconf_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/core/urls.py", line 9, in path('', include('ai_tools.urls')), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include urlconf_module = import_module(urlconf_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/ai_tools/urls.py", line 2, in from . import views File "/home/elasoftw/ai_software_django/ai_tools/views.py", line 5, in from .search_service import search_image_in_folder, clear_global_cache File "/home/elasoftw/ai_software_django/ai_tools/search_service.py", line 17, in import numpy as np File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 119, in raise ImportError(msg) from e ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 23, in from . import multiarray File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/multiarray.py", line 10, in from . import overrides File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/overrides.py", line 7, in from numpy._core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy._core._multiarray_umath' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 114, in from numpy.__config__ import show_config File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__config__.py", line 4, in from numpy._core._multiarray_umath import ( File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 49, in raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.11 from "/home/elasoftw/virtualenv/ai_software_django/3.11/bin/python" * The NumPy version is: "2.2.6" and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help. Original error was: No module named 'numpy._core._multiarray_umath' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__ response = response or self.get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner response = response_for_exception(request, exc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception response = handle_uncaught_exception( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response html = reporter.get_traceback_html() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html c = Context(self.get_traceback_data(), use_l10n=False) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data c["raising_view_name"] = get_caller(self.request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller resolver_match = resolve(request.path) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve return get_resolver(urlconf).resolve(path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve for pattern in self.url_patterns: ^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module return import_module(self.urlconf_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/core/urls.py", line 9, in path('', include('ai_tools.urls')), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include urlconf_module = import_module(urlconf_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/ai_tools/urls.py", line 2, in from . import views File "/home/elasoftw/ai_software_django/ai_tools/views.py", line 5, in from .search_service import search_image_in_folder, clear_global_cache File "/home/elasoftw/ai_software_django/ai_tools/search_service.py", line 17, in import numpy as np File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 119, in raise ImportError(msg) from e ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 23, in from . import multiarray File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/multiarray.py", line 10, in from . import overrides File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/overrides.py", line 7, in from numpy._core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy._core._multiarray_umath' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 114, in from numpy.__config__ import show_config File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__config__.py", line 4, in from numpy._core._multiarray_umath import ( File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 49, in raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.11 from "/home/elasoftw/virtualenv/ai_software_django/3.11/bin/python" * The NumPy version is: "2.2.6" and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help. Original error was: No module named 'numpy._core._multiarray_umath' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/deprecation.py", line 129, in __call__ response = response or self.get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner response = response_for_exception(request, exc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception response = handle_uncaught_exception( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response html = reporter.get_traceback_html() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html c = Context(self.get_traceback_data(), use_l10n=False) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data c["raising_view_name"] = get_caller(self.request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller resolver_match = resolve(request.path) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve return get_resolver(urlconf).resolve(path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve for pattern in self.url_patterns: ^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module return import_module(self.urlconf_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/core/urls.py", line 9, in path('', include('ai_tools.urls')), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include urlconf_module = import_module(urlconf_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/ai_tools/urls.py", line 2, in from . import views File "/home/elasoftw/ai_software_django/ai_tools/views.py", line 5, in from .search_service import search_image_in_folder, clear_global_cache File "/home/elasoftw/ai_software_django/ai_tools/search_service.py", line 17, in import numpy as np File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 119, in raise ImportError(msg) from e ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 23, in from . import multiarray File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/multiarray.py", line 10, in from . import overrides File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/overrides.py", line 7, in from numpy._core._multiarray_umath import ( ModuleNotFoundError: No module named 'numpy._core._multiarray_umath' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 114, in from numpy.__config__ import show_config File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__config__.py", line 4, in from numpy._core._multiarray_umath import ( File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/_core/__init__.py", line 49, in raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.11 from "/home/elasoftw/virtualenv/ai_software_django/3.11/bin/python" * The NumPy version is: "2.2.6" and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help. Original error was: No module named 'numpy._core._multiarray_umath' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/elasoftw/ai_software_django/passenger_wsgi.py", line 30, in application return _app(environ, start_response) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/wsgi.py", line 124, in __call__ response = self.get_response(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/base.py", line 140, in get_response response = self._middleware_chain(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 57, in inner response = response_for_exception(request, exc) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 140, in response_for_exception response = handle_uncaught_exception( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/core/handlers/exception.py", line 181, in handle_uncaught_exception return debug.technical_500_response(request, *exc_info) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 69, in technical_500_response html = reporter.get_traceback_html() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 428, in get_traceback_html c = Context(self.get_traceback_data(), use_l10n=False) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 411, in get_traceback_data c["raising_view_name"] = get_caller(self.request) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/views/debug.py", line 102, in get_caller resolver_match = resolve(request.path) ^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/base.py", line 24, in resolve return get_resolver(urlconf).resolve(path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 666, in resolve for pattern in self.url_patterns: ^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 718, in url_patterns patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/utils/functional.py", line 47, in __get__ res = instance.__dict__[self.name] = self.func(instance) ^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/resolvers.py", line 711, in urlconf_module return import_module(self.urlconf_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/core/urls.py", line 9, in path('', include('ai_tools.urls')), ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib/python3.11/site-packages/django/urls/conf.py", line 39, in include urlconf_module = import_module(urlconf_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/alt/python311/lib64/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/home/elasoftw/ai_software_django/ai_tools/urls.py", line 2, in from . import views File "/home/elasoftw/ai_software_django/ai_tools/views.py", line 5, in from .search_service import search_image_in_folder, clear_global_cache File "/home/elasoftw/ai_software_django/ai_tools/search_service.py", line 17, in import numpy as np File "/home/elasoftw/virtualenv/ai_software_django/3.11/lib64/python3.11/site-packages/numpy/__init__.py", line 119, in raise ImportError(msg) from e ImportError: Error importing numpy: you should not try to import numpy from its source directory; please exit the numpy source tree, and relaunch your python interpreter from there. --------------------------- INSTRUCTIONS: 1. If you see 'ModuleNotFoundError: django', click 'Run Pip Install' in cPanel. 2. If you see 'torch' error, please let me know immediately.