Vieux icon indicating copy to clipboard operation
Vieux copied to clipboard

ModuleNotFoundError: No module named 'bsdiff4'

Open Gortob opened this issue 4 years ago • 7 comments

Need help with this error please:

Traceback (most recent call last): File "/Users/name/Downloads/Vieux-master/vieux", line 6, in import ipsw File "/Users/name/Downloads/Vieux-master/ipsw.py", line 3, in import bsdiff4 ModuleNotFoundError: No module named 'bsdiff4'

Gortob avatar May 30 '20 09:05 Gortob

我也一样 Traceback (most recent call last): File "vieux", line 6, in import ipsw File "/Users/hanxin/Downloads/Vieux-master/ipsw.py", line 3, in import bsdiff4 ModuleNotFoundError: No module named 'bsdiff4'

hx2nn avatar Jun 07 '20 01:06 hx2nn

@0x1Dx @hx2nn @Gortob

try this command python3 -m pip install -r requirements.txt

cxjava avatar Jul 14 '20 01:07 cxjava

@0x1Dx @hx2nn @Gortob

try this command python3 -m pip install -r requirements.txt

Thanks! This fixed my problem

quybka avatar Aug 23 '20 16:08 quybka

thanks

nihaoyunfei avatar Oct 18 '20 05:10 nihaoyunfei

thanks

nihaoyunfei avatar Oct 18 '20 05:10 nihaoyunfei

@0x1Dx @hx2nn @Gortob try this command python3 -m pip install -r requirements.txt

Thanks! This fixed my problem

if I do this I get this error: ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects

JannikCrack avatar Oct 25 '21 08:10 JannikCrack

I get the same error as JannikCrack Did it get resolved?

wehoit avatar Apr 22 '23 17:04 wehoit