You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default beaver version should be incremented to 36.2.0 which fixes the issue where the installs fail because the Mosquitto library has been replaced with Paho-mqtt for mqtt transport when attempting to install beaver 31 using the default recipe in this cookbook.
Ubuntu 14.04
Berksfile
cookbook 'beaver', '~> 1.6.0'
recipes/default.rb
include_recipe 'beaver'
Error
Collecting mosquitto>=1.1 (from beaver==31)
==> default: STDERR: /opt/beaver/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
==> default: SNIMissingWarning
==> default: /opt/beaver/local/lib/python2.7/site-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
==> default: InsecurePlatformWarning
==> default: Could not find a version that satisfies the requirement mosquitto>=1.1 (from beaver==31) (from versions: )
==> default: No matching distribution found for mosquitto>=1.1 (from beaver==31)
==> default: ---- End output of ["/opt/beaver/bin/python", "-m", "pip.__main__", "install", "beaver==31"] ----
==> default: Ran ["/opt/beaver/bin/python", "-m", "pip.__main__", "install", "beaver==31"] returned 1
FIX
attributes/default.rb
default['beaver']['version'] = '36.2.0'
The text was updated successfully, but these errors were encountered:
The default beaver version should be incremented to 36.2.0 which fixes the issue where the installs fail because the Mosquitto library has been replaced with Paho-mqtt for mqtt transport when attempting to install beaver 31 using the default recipe in this cookbook.
Ubuntu 14.04
Berksfile
recipes/default.rb
Error
FIX
attributes/default.rb
The text was updated successfully, but these errors were encountered: