You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've written a working Shiny for Python application. I'm attempting to use reconnect-python to deploy an app to shinyapps.io that requires the following driver support:
adbc_driver_postgresql.dbapi
The error message from the build says:
ERROR: No matching distribution found for adbc_driver_postgresql.dbapi
The documentation says to let Posit know if something isn't already supported. If this is not the correct place to notify the Posit team, please redirect me. Thank you!
Alternatively, I have a requirement.txt file in the same directory that could be used to pip install what the app needs. I don't see that as a deploy option though.
I've written a working Shiny for Python application. I'm attempting to use reconnect-python to deploy an app to shinyapps.io that requires the following driver support:
adbc_driver_postgresql.dbapi
The error message from the build says:
ERROR: No matching distribution found for adbc_driver_postgresql.dbapi
The documentation says to let Posit know if something isn't already supported. If this is not the correct place to notify the Posit team, please redirect me. Thank you!
Alternatively, I have a
requirement.txt
file in the same directory that could be used to pip install what the app needs. I don't see that as a deploy option though.Additional drivers that you may consider installing as well: https://arrow.apache.org/adbc/current/python/api/index.html
The text was updated successfully, but these errors were encountered: