I’ll also add that I’ve tried troubleshooting the above error OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /home/appuser/.local/lib/python3.9/site-packages/certifi/cacert.pem
based on this previous forum post to little success. I get one of two errors based on my setup:
- If I set the .yml python requirement to >= 3.9 and deploy with python3.10 in the advanced settings, the app loads but can’t find any packages that were installed via pip
- If I set the .yml python requirement to == 3.10 and deploy with 3.10, the app fails to load with an error reading:
ModuleNotFoundError: No module named 'conda.cli.main_info'