We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d58c2 commit 5c0fec5Copy full SHA for 5c0fec5
nucleus/metrics/__init__.py
@@ -24,5 +24,6 @@
24
else:
25
platform_specific_msg = "GEOS package will need to be installed see (https://trac.osgeo.org/geos/)"
26
raise ModuleNotFoundError(
27
- f"Module 'shapely' not found. Install optionally with `scale-nucleus[metrics]`. {platform_specific_msg}"
+ f"Module 'shapely' not found. Install optionally with `scale-nucleus[metrics]` or when developing "
28
+ f"`poetry install -E metrics`. {platform_specific_msg}"
29
) from e
0 commit comments