mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
f34d568908
commit
63ef2fcbe9
|
@ -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
|
||||
|
|
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue