jd-boyd / python-lzo

Python bindings for the LZO data compression library
GNU General Public License v2.0
74 stars 41 forks source link

lzo.lib file needed #39

Closed sophieroos closed 1 year ago

sophieroos commented 5 years ago

In the process of working on this package, I need to install pip install python-lzo. But the problem is that it expects a lzi.lib file which I can nowhere find on the internet.

I hope you can help me.

jd-boyd commented 5 years ago

What platform are you installing on?

sophieroos commented 5 years ago

I tried it on Windows using pip and the download link http://www.oberhumer.com/opensource/lzo/download/lzo-2.09.tar.gz

BiatuAutMiahn commented 5 years ago

What version of MSVC? 2019 fails

jd-boyd commented 5 years ago

@BiatuAutMiahn could you open a new issue about the MSVC 2019 failures?

jd-boyd commented 5 years ago

@sophieroos I apologize for not getting back to you in a timely manner. I'm not sure why you get the error you report. It would have helped if the actual error message and lines proceeding it were pasted in as well. Also, as I understand it, the file you are missing should be built as part of the install process, so it seems like there should be some other sort of build error from earlier in the process.

There isn't really enough to go on here for your specific problem, so if you can't post more (and I certainly understand you might not want to after this time), I'm going to have to close it.

Tuo-ZHANG commented 3 years ago

@sophieroos I apologize for not getting back to you in a timely manner. I'm not sure why you get the error you report. It would have helped if the actual error message and lines proceeding it were pasted in as well. Also, as I understand it, the file you are missing should be built as part of the install process, so it seems like there should be some other sort of build error from earlier in the process.

There isn't really enough to go on here for your specific problem, so if you can't post more (and I certainly understand you might not want to after this time), I'm going to have to close it.

I have encounted the same problem.