You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/btctxstore/examples# python storenulldata.py
Traceback (most recent call last):
File "storenulldata.py", line 9, in
from btctxstore import BtcTxStore
File "/usr/local/lib/python2.7/dist-packages/btctxstore-4.8.0-py2.7.egg/btctxstore/init.py", line 6, in
from btctxstore.api import BtcTxStore
File "/usr/local/lib/python2.7/dist-packages/btctxstore-4.8.0-py2.7.egg/btctxstore/api.py", line 12, in
from btctxstore import deserialize
File "/usr/local/lib/python2.7/dist-packages/btctxstore-4.8.0-py2.7.egg/btctxstore/deserialize.py", line 22, in
from . import common
File "/usr/local/lib/python2.7/dist-packages/btctxstore-4.8.0-py2.7.egg/btctxstore/common.py", line 11, in
from pycoin.encoding import byte_to_int
ImportError: cannot import name byte_to_int
The text was updated successfully, but these errors were encountered:
/btctxstore/examples# python storenulldata.py
Traceback (most recent call last):
File "storenulldata.py", line 9, in
from btctxstore import BtcTxStore
File "/usr/local/lib/python2.7/dist-packages/btctxstore-4.8.0-py2.7.egg/btctxstore/init.py", line 6, in
from btctxstore.api import BtcTxStore
File "/usr/local/lib/python2.7/dist-packages/btctxstore-4.8.0-py2.7.egg/btctxstore/api.py", line 12, in
from btctxstore import deserialize
File "/usr/local/lib/python2.7/dist-packages/btctxstore-4.8.0-py2.7.egg/btctxstore/deserialize.py", line 22, in
from . import common
File "/usr/local/lib/python2.7/dist-packages/btctxstore-4.8.0-py2.7.egg/btctxstore/common.py", line 11, in
from pycoin.encoding import byte_to_int
ImportError: cannot import name byte_to_int
The text was updated successfully, but these errors were encountered: