Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when loading TypeError: 'ellipsis' object is not iterable #30

Closed
FrankC01 opened this issue Aug 24, 2018 · 0 comments
Closed

Error when loading TypeError: 'ellipsis' object is not iterable #30

FrankC01 opened this issue Aug 24, 2018 · 0 comments

Comments

@FrankC01
Copy link

Wanting to use the ECDH to encrypt/decrypt... getting this in the log:

File "/project/hashblock-exchange/modules/state.py", line 19, in <module>
hashblock-rest        |     from ecies import aes_encrypt, aes_decrypt
hashblock-rest        |   File "/usr/local/lib/python3.5/dist-packages/ecies/__init__.py", line 2, in <module>
hashblock-rest        |     from ecies.utils import generate_key, hex2prv, hex2pub, derive, aes_encrypt, aes_decrypt
hashblock-rest        |   File "/usr/local/lib/python3.5/dist-packages/ecies/utils.py", line 8, in <module>
hashblock-rest        |     from eth_keys import keys
hashblock-rest        |   File "/usr/local/lib/python3.5/dist-packages/eth_keys/__init__.py", line 15, in <module>
hashblock-rest        |     from .main import (  # noqa: F401
hashblock-rest        |   File "/usr/local/lib/python3.5/dist-packages/eth_keys/main.py", line 3, in <module>
hashblock-rest        |     from eth_keys.datatypes import (
hashblock-rest        |   File "/usr/local/lib/python3.5/dist-packages/eth_keys/datatypes.py", line 8, in <module>
hashblock-rest        |     from eth_utils import (
hashblock-rest        |   File "/usr/local/lib/python3.5/dist-packages/eth_utils/__init__.py", line 24, in <module>
hashblock-rest        |     from .applicators import (  # noqa: F401
hashblock-rest        |   File "/usr/local/lib/python3.5/dist-packages/eth_utils/applicators.py", line 43, in <module>
hashblock-rest        |     def combine_argument_formatters(*formatters: List[Callable[..., Any]]) -> Formatters:
hashblock-rest        |   File "/usr/lib/python3.5/typing.py", line 1025, in __getitem__
hashblock-rest        |     tvars = _type_vars(params)
hashblock-rest        |   File "/usr/lib/python3.5/typing.py", line 284, in _type_vars
hashblock-rest        |     _get_type_vars(types, tvars)
hashblock-rest        |   File "/usr/lib/python3.5/typing.py", line 279, in _get_type_vars
hashblock-rest        |     t._get_type_vars(tvars)
hashblock-rest        |   File "/usr/lib/python3.5/typing.py", line 786, in _get_type_vars
hashblock-rest        |     _get_type_vars(self.__args__, tvars)
hashblock-rest        |   File "/usr/lib/python3.5/typing.py", line 277, in _get_type_vars
hashblock-rest        |     for t in types:
hashblock-rest        | TypeError: 'ellipsis' object is not iterable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant