Pre-install Python Libraries in volume and add to sys.path not working.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 06:57 AM
I saw the session on pre-installing the libraries..
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2024 06:10 AM
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.

