Skip to content

Commit 36f8e53

Browse files
committed
adding --upgrade to error message
1 parent 3fad4c2 commit 36f8e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,5 +854,5 @@ def _check_converter_import():
854854
if 'LBV1Converter' not in globals():
855855
raise ImportError(
856856
"Missing dependencies to import converter. "
857-
"Use `pip install labelbox[data]` to add missing dependencies. "
857+
"Use `pip install labelbox[data] --upgrade` to add missing dependencies. "
858858
"or download raw json with project.export_labels()")

0 commit comments

Comments
 (0)