forked from paramiko/paramiko
-
Notifications
You must be signed in to change notification settings - Fork 4
ValueError: 'ciphers' in __slots__ conflicts with class variable #2
Copy link
Copy link
Open
Description
I have cloned your repo in my local pc.
I have built throught
python3 setup.py install
but when i import paramiko package this error appears
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
How can i install paramiko correctly?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels