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

bitstring library removed BitString class in the 4.x.x version #101

Open
liketurbo opened this issue Dec 6, 2022 · 4 comments
Open

bitstring library removed BitString class in the 4.x.x version #101

liketurbo opened this issue Dec 6, 2022 · 4 comments

Comments

@liketurbo
Copy link

Bug Type

Functional

Reproduction steps

  1. Install toncli
  2. Try to run it

Actual result

You will get "import error"

Expected result

Not to get an error ☺️

Suggested Severity

Low

Device

Desktop (please complete the following information):

  • OS: Linux Mint 21 x86_64

Additional Context

I see you specified in the requirements.txt 3.x.x version.
Not sure how my OS or Python bin chose to use 4.x.x version or it was there before, not much of Python guy 😅, but I had to by hand replace 4.x.x with 3.x.x in the ~/.local/lib/... dir

I set severity as Low, cause I'm not sure if others have the same problem and it's not because of my Python installation 🤔

@tvorogme
Copy link
Contributor

tvorogme commented Dec 7, 2022

Thanks for issue, duplication of #96

@liketurbo
Copy link
Author

liketurbo commented Dec 7, 2022

Ah, I see, but the issue is still coming up, did you update package from PyPI? Cause I installed it from there, not from .tar.gz

@tvorogme
Copy link
Contributor

tvorogme commented Dec 7, 2022

Not yet 😿
Want to add some more features&fixes before. I'll close this issue when new PyPi version will be live

@psydvl
Copy link

psydvl commented Dec 7, 2022

Temporary solution:
On clean environment

echo "bitstring==3.*" > constraints.txt
pip install -c constraints.txt toncli

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

3 participants