Open
Description
Hello, I'm doing a project using both pyvips and openslide, but I cannot import them at the same time.
It's possibly due to conflicts between some dynamic link libraries used in pyvips and openslide.
I tried this, but it doesn't work, still cannot locate some dll files.
dir = os.path.dirname( os.path.abspath(__file__))
os.environ["PATH"] = dir + "\\vips;" + os.environ["PATH"]
print(os.environ['PATH'])
import pyvips