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

os error #30

Open
edinaldofox opened this issue Sep 16, 2018 · 4 comments
Open

os error #30

edinaldofox opened this issue Sep 16, 2018 · 4 comments

Comments

@edinaldofox
Copy link

Traceback (most recent call last):
File "create_eth_wallet.py", line 1, in
from pywallet import wallet
File "/usr/local/lib/python2.7/dist-packages/pywallet/wallet.py", line 5, in
from .utils import (
File "/usr/local/lib/python2.7/dist-packages/pywallet/utils/init.py", line 5, in
from .ethereum import (
File "/usr/local/lib/python2.7/dist-packages/pywallet/utils/ethereum.py", line 20, in
from two1.bitcoin.utils import bytes_to_str
File "/usr/local/lib/python2.7/dist-packages/two1/bitcoin/init.py", line 19, in
from .block import BlockHeader
File "/usr/local/lib/python2.7/dist-packages/two1/bitcoin/block.py", line 7, in
from two1.bitcoin.txn import Transaction
File "/usr/local/lib/python2.7/dist-packages/two1/bitcoin/txn.py", line 7, in
from two1.bitcoin import crypto
File "/usr/local/lib/python2.7/dist-packages/two1/bitcoin/crypto.py", line 18, in
bitcoin_curve = secp256k1()
File "/usr/local/lib/python2.7/dist-packages/two1/crypto/ecdsa_openssl.py", line 449, in init
super().init(hashlib.sha256)
TypeError: super() takes at least 1 argument (0 given)
Exception AttributeError: "'secp256k1' object has no attribute '_lc'" in <bound method secp256k1.del of <two1.crypto.ecdsa_openssl.secp256k1 object at 0x7fb4ecabd610>> ignored

@henrytom1703
Copy link

I have a same this issue

@keviny
Copy link

keviny commented Jan 18, 2019

Meet the same issue, in 2.7

@fedor-ivn
Copy link

I also have the same issue

@bloonfield
Copy link

seems not working on Mac

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

5 participants