Skip to content

ValueError: 'ciphers' in __slots__ conflicts with class variable #2

@allevo

Description

@allevo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions