infinition / Bjorn

Bjorn is a powerful network scanning and offensive security tool for the Raspberry Pi with a 2.13-inch e-Paper HAT. It discovers network targets, identifies open ports, exposed services, and potential vulnerabilities. Bjorn can perform brute force attacks, file stealing, host zombification, and supports custom attack scripts.
MIT License
2.39k stars 98 forks source link

Pandas 2.2.3 Hash does not match #15

Closed sburggsx closed 2 days ago

sburggsx commented 1 week ago

Error:

ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them. pandas==2.2.3 from https://www.piwheels.org/simple/pandas/pandas-2.2.3-cp311-cp311-linux_armv6l.whl#sha256=0a30c884638df66782a2f39ab27a2e757f4f398e5ebdc09adcd2ff52d49e4fe8 (from -r requirements.txt (line 6)): Expected sha256 0a30c884638df66782a2f39ab27a2e757f4f398e5ebdc09adcd2ff52d49e4fe8 Got ba486b00324773401856b9300e2c6ed899e3faccb6a864f69f56dc4379ee00fc

Zakuto3 commented 1 week ago

same

pellehardstedt commented 1 week ago

Hi, @sburggsx @Zakuto3 can you try this?

infinition commented 1 week ago

Hi, what is your os image version ?

Zakuto3 commented 1 week ago

Linux bjorn 6.6.51+rpt-rpi-v6 #1 Raspbian 1:6.6.51-1+rpt3 (2024-10-08) armv6l GNU/Linux

beigeworm commented 1 week ago

I had the same error.. With a different hash on each installation attempt.

sudo pip install pandas --break-system-packages --no-deps --no-cache-dir

Running this before installation worked for me.