Skip to content

Commit f15f3ab

Browse files
authored
Merge pull request #373 from Labelbox/DIAG-713
adding --upgrade to error message
2 parents 3fad4c2 + 36f8e53 commit f15f3ab

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)