We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fad4c2 commit 36f8e53Copy full SHA for 36f8e53
labelbox/schema/project.py
@@ -854,5 +854,5 @@ def _check_converter_import():
854
if 'LBV1Converter' not in globals():
855
raise ImportError(
856
"Missing dependencies to import converter. "
857
- "Use `pip install labelbox[data]` to add missing dependencies. "
+ "Use `pip install labelbox[data] --upgrade` to add missing dependencies. "
858
"or download raw json with project.export_labels()")
0 commit comments