I've got this error trying to deploy my app to shinyapps.io, but my python version is 3.12 and I've tried a lot of things trying to figure out why it says something about python 3.2.3:
[ERROR]: Application deployment failed with error: Unhandled Exception: child_task=1431996761 child_task_status=error: Unhandled Exception: Unsupported python version 3.2.3 for operating system jammy.
Error: Application deployment failed with error: Unhandled Exception: child_task=1431996761 child_task_status=error: Unhandled Exception: Unsupported python version 3.2.3 for operating system jammy.
I am facing the same error. My situation is the same as mlfal's. I created a new environment with Python 3.12.3 and installed numpy, matplotlib, shiny, and rsconnect-python using pip. For some reason, I get "Unsupported python version 3.2.3 for operating system jammy." when trying to deploy.
@prubin , I tried updating with pip install --upgrade. Is there any other way to check what you suggested?
Disclaimer: I am not a python user. That said, the first thing I would check is whether I've got both 3.2.3 and 3.12.3 installed for some reason. If so, deleting 3.2.3 might either fix the problem or at least point to an environment variable that's set to the old version.
Assuming that doesn't answer the question, I would try bisecting the problem by commenting out half the library loads (and if necessary the bulk of the executable code) and seeing if that installed. If yes, the problem would be in the other half of the library calls, so I would half of them back and repeat. If it didn't install, the problem would be in the library calls I kept, so I would comment out half of them and repeat. Eventually that should tell me which library is triggering the install error.
I was a little confused because vinitg96 wrote that he tried 3.12.3 but the manifest he shared with us was the more modern (and less likely to be supported 3.12.4