ilanschnell / bsdiff4

binary diff and patch using the BSDIFF4-format
Other
118 stars 26 forks source link

PyUpdater installation error with setup.py bsdiff4 #19

Closed elgizabbasov closed 2 years ago

elgizabbasov commented 3 years ago

Hello I have an issue with downloading PyUpdater and it seems to be that the problem is with the setup.py install for bsdiff4. I used pip install PyUpdater on my VSCode terminal however I keep getting this error: image I am using python 3.9.1 version and I can not find any solutions to this problem. It seems like its having trouble with downloading bsdiff4 lib however I tried pip install bsdiff4 as well and ended up with the same output as in the screenshot. Any help would be appreciated

Zopolis4 commented 3 years ago

That seems to be an issue with your Visual Studio tools, you can download a precompiled wheel binary here instead.

ilanschnell commented 2 years ago

The latest version 1.2.2 has compiled wheels on PyPI, such that pip install bsdiff4 will no longer require having MSVC installed.