by
pepe
• New Contributor II
- 9078 Views
- 2 replies
- 1 kudos
This same question was asked here 9 months ago without any answer:https://community.databricks.com/s/question/0D58Y000096VjKrSAK/managedlibraryinstallfailed-when-changing-databricks-runtime-version-from-91-to-110I was using runtime 9.1, and then upgr...
- 9078 Views
- 2 replies
- 1 kudos
Latest Reply
Hi @JOSE RODRIGUEZ Hope everything is going great.Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us s...
1 More Replies
- 1899 Views
- 1 replies
- 0 kudos
I'd like to configure a cluster with python libraries as defined in a requirements file. I have a pip requirements.txt file in a private repo which I have integrated on Databricks (and I can access it through the UI and view it on Databricks). I upda...
- 1899 Views
- 1 replies
- 0 kudos
Latest Reply
sher
Valued Contributor II
you can install in a cluster
- 6485 Views
- 7 replies
- 9 kudos
In the past, before databricks, I would try and pull commonly used functions and features out of notebooks and save them in a python library that the whole team would work on and develop. This allowed for good code reuse and maintaining best practic...
- 6485 Views
- 7 replies
- 9 kudos
Latest Reply
The way we do this is to package as much re-usable code up into a common library as possible and then test it to within an inch of it's life with unit tests (I tend to use unittest for lower barrier to entry, but which ever framework works best for y...
6 More Replies
- 4105 Views
- 3 replies
- 3 kudos
Hi Everyone,I was trying to install the newest python version on the Databricks Clusters and it has the runtime version 7.3 LTS, but no matter how many times I try it keeps installing the 3.7.5 version of python.I know that Runtime version 7.3 LTS co...
- 4105 Views
- 3 replies
- 3 kudos
Latest Reply
I've done this before using a custom docker image, but even then the runtime itself continues to use the version of python 3 which is installed as part of the OS. The easiest way to get to a newer version is to use a newer runtime. If you're sticking...
2 More Replies