- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2024 02:44 AM
I am running this command:
databricks bundle deploy --profile DAVE2_Dev --debug
And I am getting this error:
10:13:28 DEBUG open dir C:\Users\teffs.THEAA\OneDrive - AA Ltd\Databricks\my_project\dist: open C:\Users\teffs.THEAA\OneDrive - AA Ltd\Databricks\my_project\dist: The system cannot find the file specified. pid=1376
10:13:28 ERROR Error: cannot find built wheel in C:\Users\teffs.THEAA\OneDrive - AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 12:19 AM
So I created the folder dist in folder, as mentioned, which does exist but the folder is deleted when I run the command. As for the required files, the files were created by running the command databricks bundle init , so what files could be potentially missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2024 01:47 AM
So I found a link to a page that said that the databricks bundle command is expecting python3.exe instead of python.exe. So I took a copy of python.exe and renamed it to python3.exe and that seems to work. Thanks for investigating though.