App runs locally with reticulate Python scripts and packages, but when I try to deploy to shinyapps.io, I get an error: ModuleNotFoundError: No module named 'PySAM'

I do my Python code and testing/package installing in the Jupyter Notebook Anaconda environment, copy and paste the Python script to a .py file in RStudio, source it, and it runs locally. However, when I try to deploy the app to shinyapps.io, it does not deploy and gives the error: ModuleNotFoundError: No module named 'PySAM'. It seems to recognize pandas, numpy, etc., but does not recognize a computing package I am using created by the National Renewable Energy Laboratory (NREL) called PySAM, specifically with a module called Pvwattsv8. Is shinyapps.io not compatible with a Python wrapper for C?