We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c907cb commit c020c31Copy full SHA for c020c31
1 file changed
packages/reflex-core/src/reflex_core/utils/exceptions.py
@@ -263,7 +263,7 @@ def __init__(self, package: str):
263
Args:
264
package: The missing package.
265
"""
266
- from reflex_core.constants import IS_MACOS
+ from reflex_core.constants.base import IS_MACOS
267
268
extra = (
269
f" You can do so by running 'brew install {package}'." if IS_MACOS else ""
0 commit comments