disintar / toncli

TON Command Line Interface - easy smart contract manipulation
https://disintar.io/
Apache License 2.0
158 stars 35 forks source link

broken with latest 4.x.x bitstring #96

Closed cloudfwd-artur closed 1 year ago

cloudfwd-artur commented 1 year ago

Bug Type

Functional

Reproduction steps

Actual result

it crashes with

    from bitstring import BitString
ImportError: cannot import name 'BitString' from 'bitstring' 

Expected result

it should not crash

Suggested Severity

Critical

Device

OS: Fedora

pip list | grep bitstr
bitstring          4.0.1

Additional Context

Fix is to downgrade bitstring pip module to 3.x.x version for example pip install bitstring==3.1.9 fixes the issue

tvorogme commented 1 year ago

Hey! Already fixed https://github.com/disintar/toncli/blob/master/requirements.txt#L6 will be released with new version to PyPi in several days.

thanks for issue

cloudfwd-artur commented 1 year ago

thank you.

thank you for the great work you are doing for TON.