Skip to content

pyvips conflicts with openslide #231

Open
@itachi1232gg

Description

@itachi1232gg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions