Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2024 08:49 PM
Dear databrick team,
I want to know if there is a method in Databricks equivalent to pip install -r requirements.txt
There are packages I want to install in this path: /Workspace/Users/xxx@domain.com/databrick_requirement.txt
I have referred to the following document: https://learn.microsoft.com/en-us/azure/databricks/libraries/notebooks-python-libraries#use-a-requir...
I executed:
%pip install -r /Workspace/Users/xxx@domain.com/databrick_requirement.txt
but it gave the following error:
Looking forward to your reply, thank you!