-
Notifications
You must be signed in to change notification settings - Fork 38
Error: macOS version >= 10.13 is required using Big Sur #136
Comments
Same issue here. In the meantime you can do the following:
|
confluentinc#136 Only error out if MAC OS major version is 10 and minor version is less than 13. Currently it will error out if the major version is greater than or equal to 10 and minor version is less than 13.
Ran into similar issues. |
@rnatarajan , thanks for finding problem spot in script. --- update --- |
Hey, Trying on my mac (version 11.5.2 BigSur): Error: macOS version >= 10.13 is required for all Confluent Platform features to work (detected macOS: 11.5.2). Version: v1.7.0 Liz's MacBook$ echo $JAVA_HOME |
This repo is not for the Go based CLI, as per the README |
Hi,
I've just updated macOs to 11.0.1 (Big Sur), and every time I try to execute
confluent local start kafka
orconfluent local start schema-registry
orconfluent local start
(I tried with these three commands), I get this error:Error: macOS version >= 10.13 is required for all Confluent Platform features to work (detected macOS: 11.0.1). Error: exit status 127
.I think that the trouble is in
validate_os_version()
function. But I don't know if Big Sur is already supported by Confluent Platform.I've the last version of Confluent Platform (6.0.0).
The text was updated successfully, but these errors were encountered: