This commit is contained in:
Shreyas Goenka 2025-02-27 19:29:44 +01:00
parent f34d568908
commit 63ef2fcbe9
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
2 changed files with 14 additions and 12 deletions

View File

@ -1,11 +1,14 @@
>>> errcode [CLI] bundle deploy
Building whl1...
Error: build failed whl1, error: exit status 1, output: Traceback (most recent call last):
File "[TMPDIR]/whl1/setup.py", line 1, in <module>
from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
Building whl2...
Error: Duplicate local library names: my_default_python-0.0.1-py3-none-any.whl
at resources.jobs.test.tasks[0].libraries[0].whl
resources.jobs.test.tasks[1].libraries[0].whl
in databricks.yml:36:15
databricks.yml:45:15
Local library names must be unique but found libraries with the same name: whl1/dist/my_default_python-0.0.1-py3-none-any.whl, whl2/dist/my_default_python-0.0.1-py3-none-any.whl
Exit code: 1

View File

@ -1,11 +1,10 @@
>>> errcode [CLI] bundle deploy
Building whl1...
Error: build failed whl1, error: exit status 1, output: Traceback (most recent call last):
File "[TMPDIR]/whl1/setup.py", line 1, in <module>
from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
Exit code: 1
Building whl2...
Uploading [package name]
Uploading [package name]
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/unique_name_libraries/default/files...
Deploying resources...
Updating deployment state...
Deployment complete!