Mizogg / Hunting-with-PyQt5-and-PyQt6

🐍Hunting-with-PyQt5 & PyQt6🐍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitrarray has no attribute lenght

Laululytia opened this issue · comments

commented

py QT_main.py
Traceback (most recent call last):
File "C:\Users\Hp\Desktop\Hunting-with-PyQt5-main\QT_main.py", line 10, in
bloom_filterbtc = BloomFilter.load(fp)
File "C:\Python310\lib\site-packages\bloomfilter\bloomfilter.py", line 40, in load
assert bloom_filter.__filter.length() == filter_size or bloom_filter.__filter.length() == filter_size + (
AttributeError: 'bitarray.bitarray' object has no attribute 'length'

Please run the command's
pip install simplebloomfilter
pip install bitarray==1.9.2

Make sure you running the newest version of Python 3.11