cancel
Showing results for 
Search instead for 
Did you mean: 
Warehousing & Analytics
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
cancel
Showing results for 
Search instead for 
Did you mean: 

Working with Databricks Apps

atikiwala
New Contributor

I'm trying to use Databricks Apps to host a Streamlit app to serve some interactive applicaton. I face two limitations:
1. In environment for App I see it using certain python version, but how to update it to use any other version?

atikiwala_0-1732008401891.png

It is already set to different verson in my repo's poetry.lock 

I have also tried setting "runtime" variable in app.yaml

2. How to make available certain python modules to app which are available by default in the runtime?

For example I want use python module rapidfuzz within the app, but directly import of course do not work.

atikiwala_1-1732008777398.png

 


Thank you!

 

1 ACCEPTED SOLUTION

Accepted Solutions

parthSundarka
Databricks Employee
Databricks Employee

Hi @atikiwala ,

Good Day!

Python 3.11 is currently the only version we support. We are thinking of adding additional options in the future.

Would love to hear your feedback on this - https://docs.databricks.com/en/resources/ideas.html#submit-product-feedback . Once it has a few votes, this will be prioritized accordingly.

View solution in original post

1 REPLY 1

parthSundarka
Databricks Employee
Databricks Employee

Hi @atikiwala ,

Good Day!

Python 3.11 is currently the only version we support. We are thinking of adding additional options in the future.

Would love to hear your feedback on this - https://docs.databricks.com/en/resources/ideas.html#submit-product-feedback . Once it has a few votes, this will be prioritized accordingly.