I have a package which I installed on lightsail using pip install,
If I load my project from python manage.py runserver it does not produce any error
but it is producing error ModuleNotFoundError when I try to load it from apache.
When I checked for the list of packages installed I saw the package was there, what could be the reason why the package is not seen