Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 01:44 AM
Issue mostly solved:
import sys
import os
library_path = "/opt/ros/humble/local/lib/python3.10/dist-packages"
if library_path not in sys.path:
sys.path.append(library_path)That solves issue with databricks not founding libraries, still - it gives some challenges while loading library - but they are not related to paths.