cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Summit 2024
Stay tuned for all the latest updates, insights, and highlights from the premier event in Databricks Data and AI Summit 2024.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Pre-install Python Libraries in volume and add to sys.path not working.

Ranjeet1981
New Contributor II

I saw the session on pre-installing the libraries.. 

--https://www.databricks.com/dataaisummit/session/goodbye-cluster-wait-time-hello-lightning-fast-rpy...

I implemented the steps to create a python file in "root/.ipython/profile_default/startup/" and that is executing fine and adding the path in sys.path.

But still import fails on libraries. 

If I do append in sys.path specifically in notebook that works. Can someone help me out in resolving this issue. 

 

1 REPLY 1

Yes I have verified path and libraries and got is second person verified, compared path in notebooks and even in notebook++. Path is correct, is there in sys.path but this concept still donโ€™t work.