forked from platformio/platformio-core
Check zeroconf installation before adding to setuptools
This commit is contained in:
@ -227,3 +227,10 @@ class CygwinEnvDetected(PlatformioException):
|
||||
|
||||
MESSAGE = "PlatformIO does not work within Cygwin environment. "\
|
||||
"Use native Terminal instead."
|
||||
|
||||
|
||||
class ZeroconfIsNotInstalled(PlatformioException):
|
||||
|
||||
MESSAGE = "Python multicast DNS service discovery library has not been "\
|
||||
"installed automatically. Please open terminal and run \n"\
|
||||
"> pip install zeroconf"
|
||||
|
Reference in New Issue
Block a user