forked from platformio/platformio-core
Add FAQ:Package Manager for PackageInstallError
This commit is contained in:
@ -98,9 +98,9 @@ class UndefinedPackageVersion(PlatformioException):
|
||||
class PackageInstallError(PlatformioException):
|
||||
|
||||
MESSAGE = (
|
||||
"Could not install '{0}' with version requirements '{1}' for your "
|
||||
"system '{2}'.\n If you use Antivirus, it can block PlatformIO "
|
||||
"Package Manager. Try to disable it for a while.")
|
||||
"Could not install '{0}' with version requirements '{1}' "
|
||||
"for your system '{2}'.\n"
|
||||
"More details: http://bit.ly/faq-package-manager")
|
||||
|
||||
|
||||
class FDUnrecognizedStatusCode(PlatformioException):
|
||||
|
Reference in New Issue
Block a user