Why is error 0x7f?
I'm trying to use pyvips but am having trouble running the sample. And my system is Windows 10.
When I "pip install pyvips" and "import pyvips", I get an error that says missing files, and I found the answer that download "vips-devs". Then I tried to add the environment variable and set “os[‘PATH’]” like I searched for, and next thing I know, the import works!
However, when I run the code, get an error
" File "D:\happ\happy-main\happy\microscopefile\reader.py", line 10, in
Does the error occur in pyvips? Then I tried to rebuild my environment using Anaconda, but it doesn't work.
Thank you for your help with this! I look forward to using pyvips in python!
Hello @xyuechen,
I think that error means there's a 32/64-bit mixup.
I would install a 64-bit python from python.org and the 64-bit libvips binary. You can also try with anaconda and their libvips binary, but I've not tested that combination.