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
root@presto-server:/opt/prestoadmin# ./presto-admin
Traceback (most recent call last):
File "/opt/prestoadmin/presto-admin-install/local/lib/python2.7/site-packages/fabric/network.py", line 24, in <module>
import paramiko as ssh
File "/opt/prestoadmin/presto-admin-install/local/lib/python2.7/site-packages/paramiko/__init__.py", line 30, in <module>
from paramiko.transport import SecurityOptions, Transport
File "/opt/prestoadmin/presto-admin-install/local/lib/python2.7/site-packages/paramiko/transport.py", line 66, in <module>
from Crypto.Cipher import Blowfish, AES, DES3, ARC4
File "/opt/prestoadmin/presto-admin-install/local/lib/python2.7/site-packages/Crypto/Cipher/ARC4.py", line 66, in <module>
from Crypto.Cipher import _ARC4
ImportError: /opt/prestoadmin/presto-admin-install/local/lib/python2.7/site-packages/Crypto/Cipher/_ARC4.so: undefined symbol: PyUnicodeUCS2_FromString
There was a problem importing our SSH library (see traceback above).
Please make sure all dependencies are installed and importable.
This happens on Ubuntu 14.04 after installing using the offline installer.
Edit: Could be related to issue #60 due to it not being CentOS.
The text was updated successfully, but these errors were encountered:
This happens on Ubuntu 14.04 after installing using the offline installer.
Edit: Could be related to issue #60 due to it not being CentOS.
The text was updated successfully, but these errors were encountered: