I have cloned your repo in my local pc.
I have built throught
tommaso@tommaso:~$ python3
Python 3.3.2+ (default, Oct 9 2013, 14:50:09)
[GCC 4.8.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import paramiko
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.3/dist-packages/paramiko-1.7.6-py3.3.egg/paramiko/__init__.py", line 69, in <module>
from .transport import randpool, SecurityOptions, Transport
File "/usr/local/lib/python3.3/dist-packages/paramiko-1.7.6-py3.3.egg/paramiko/transport.py", line 70, in <module>
class SecurityOptions (object):
ValueError: 'ciphers' in __slots__ conflicts with class variable
I have cloned your repo in my local pc.
I have built throught
but when i import paramiko package this error appears
How can i install paramiko correctly?