ERROR MESSAGE E5267A6C WHEN INSTALL ee stack

Hi, I just installed ee stack on ubuntu but getting the error as bellow

ee stack install Adding repository for MySQL, please wait… Adding repository for NGINX, please wait… Adding repository for PHP, please wait… — Logging error — Traceback (most recent call last): File “/usr/lib/python3.4/logging/init.py”, line 980, in emit stream.write(msg) UnicodeEncodeError: ‘ascii’ codec can’t encode character ‘\ufffd’ in position 363: ordinal not in range(128) Call stack: File “/usr/local/bin/ee”, line 9, in load_entry_point(‘ee==3.6.1’, ‘console_scripts’, ‘ee’)() File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/cli/main.py”, line 100, in main app.run() File “/usr/local/lib/python3.4/dist-packages/cement-2.4.0-py3.4.egg/cement/core/foundation.py”, line 694, in run self.controller._dispatch() File “/usr/local/lib/python3.4/dist-packages/cement-2.4.0-py3.4.egg/cement/core/controller.py”, line 455, in _dispatch return func() File “/usr/local/lib/python3.4/dist-packages/cement-2.4.0-py3.4.egg/cement/core/controller.py”, line 461, in _dispatch return func() File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/cli/plugins/stack.py”, line 2401, in install self.pre_pref(apt_packages) File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/cli/plugins/stack.py”, line 197, in pre_pref EERepo.add(self, ppa=EEVariables.ee_php_repo) File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/core/apt_repo.py”, line 51, in add .format(ppa_name=ppa)) File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/core/shellexec.py”, line 33, in cmd_exec .format(cmd_stdout, cmd_stderr)) File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/core/logging.py”, line 47, in debug self.app.log.debug(Log.HEADER + msg + Log.ENDC) File “/usr/local/lib/python3.4/dist-packages/cement-2.4.0-py3.4.egg/cement/ext/ext_logging.py”, line 307, in debug self.backend.debug(msg, **kwargs)

Message: ‘\x1b[95mCommand Output: , \nCommand Error: gpg: keyring /tmp/tmpg3dharre/secring.gpg\' created\ngpg: keyring/tmp/tmpg3dharre/pubring.gpg’ created\ngpg: requesting key E5267A6C from hkp server keyserver.ubuntu.com\ngpg: /tmp/tmpg3dharre/trustdb.gpg: trustdb created\ngpg: key E5267A6C: public key “Launchpad PPA for Ond\xc5\x99ej Sur\ufffd” imported\ngpg: Total number processed: 1\ngpg: imported: 1 (RSA: 1)\nException in thread Thread-1:\nTraceback (most recent call last):\n File “/usr/lib/python3.4/threading.py”, line 920, in _bootstrap_inner\n self.run()\n File “/usr/lib/python3.4/threading.py”, line 868, in run\n self._target(*self._args, **self._kwargs)\n File “/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py”, line 687, in addkey_func\n func(**kwargs)\n File “/usr/lib/python3/dist-packages/softwareproperties/ppa.py”, line 370, in add_key\n return apsk.add_ppa_signing_key()\n File “/usr/lib/python3/dist-packages/softwareproperties/ppa.py”, line 261, in add_ppa_signing_key\n tmp_export_keyring, signing_key_fingerprint, tmp_keyring_dir):\n File “/usr/lib/python3/dist-packages/softwareproperties/ppa.py”, line 210, in _verify_fingerprint\n got_fingerprints = self._get_fingerprints(keyring, keyring_dir)\n File “/usr/lib/python3/dist-packages/softwareproperties/ppa.py”, line 202, in _get_fingerprints\n output = subprocess.check_output(cmd, universal_newlines=True)\n File “/usr/lib/python3.4/subprocess.py”, line 609, in check_output\n output, unused_err = process.communicate(inputdata, timeout=timeout)\n File “/usr/lib/python3.4/subprocess.py”, line 947, in communicate\n stdout = _eintr_retry_call(self.stdout.read)\n File “/usr/lib/python3.4/subprocess.py”, line 491, in _eintr_retry_call\n return func(*args)\n File “/usr/lib/python3.4/encodings/ascii.py”, line 26, in decode\n return codecs.ascii_decode(input, self.errors)[0]\nUnicodeDecodeError: ‘ascii’ codec can’t decode byte 0xc5 in position 92: ordinal not in range(128)\n\n\x1b[0m’ Arguments: () Updating apt-cache, please wait… Fixing missing GPG keys, please wait… — Logging error — Traceback (most recent call last): File “/usr/lib/python3.4/logging/init.py”, line 980, in emit stream.write(msg) UnicodeEncodeError: ‘ascii’ codec can’t encode character ‘\ufffd’ in position 199: ordinal not in range(128) Call stack: File “/usr/local/bin/ee”, line 9, in load_entry_point(‘ee==3.6.1’, ‘console_scripts’, ‘ee’)() File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/cli/main.py”, line 100, in main app.run() File “/usr/local/lib/python3.4/dist-packages/cement-2.4.0-py3.4.egg/cement/core/foundation.py”, line 694, in run self.controller._dispatch() File “/usr/local/lib/python3.4/dist-packages/cement-2.4.0-py3.4.egg/cement/core/controller.py”, line 455, in _dispatch return func() File “/usr/local/lib/python3.4/dist-packages/cement-2.4.0-py3.4.egg/cement/core/controller.py”, line 461, in _dispatch return func() File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/cli/plugins/stack.py”, line 2405, in install EEAptGet.update(self)

File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/core/aptget.py”, line 39, in update EERepo.add_key(self, key, keyserver=“hkp://pgp.mit.edu”) File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/core/apt_repo.py”, line 88, in add_key + " --recv-keys {key}".format(key=keyids)) File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/core/shellexec.py”, line 33, in cmd_exec .format(cmd_stdout, cmd_stderr)) File “/usr/local/lib/python3.4/dist-packages/ee-3.6.1-py3.4.egg/ee/core/logging.py”, line 47, in debug self.app.log.debug(Log.HEADER + msg + Log.ENDC) File “/usr/local/lib/python3.4/dist-packages/cement-2.4.0-py3.4.egg/cement/ext/ext_logging.py”, line 307, in debug self.backend.debug(msg, **kwargs) Message: ‘\x1b[95mCommand Output: , \nCommand Error: gpg: requesting key E5267A6C from hkp server pgp.mit.edu\ngpg: key E5267A6C: public key “Launchpad PPA for Ond\xc5\x99ej Sur\ufffd” imported\ngpg: Total number processed: 1\ngpg: imported: 1 (RSA: 1)\n\x1b[0m’ Arguments: ()

======================

Please let me know how to fix the problem

Best Regard

Hi @angel592,

This seems a unicode to ascii encoding issue. The problem doesn’t affect your EasyEngine installation or working, but rather is more of a harmless bug. We are working on a fix and will update you as soon as we fix it.

Thank you for your reply , Waiting your update

Hi @angel592

Can share the machine details with us? As, O.S and Version used.

I am using Ubuntu 14.04

Thanks,

I’m experiencing the same issue on Ubuntu 14.04