PermissionError: [Errno 13] Permission denied: '/home/adminuser/venv/lib/python3.9/site-packages/llama_index/readers/llamahub_modules'

I am getting the same error when trying to deploy a streamlit app that installs a private package using the subprocess prescription.

It is true that in the private repo, I had reference to a local file and was using the os module to resolve the absolute path. I refactored that bit off and now there is no os.path reference in my private repo code but the error persists. Any ideas on how to at least troubleshoot?

β€”EDITβ€”
I should add that the private repo is managed using poetry with dependency management through a poetry.lock and pyproject.toml files