Skip to content

Importing PyTorch Causes Large Image to Silently Fail To Open Tile Sources #2058

@amrosado

Description

@amrosado

Importing pytorch then importing large_image causes large_image.open to fail silently

Python 3.14 and 3.13
PyTorch: 2.10.0+cu130
Large image: locally built from commit 7024fc6 and pip release 1.34.0

Minimal reproduction:

import os

import torch

import large_image

source = large_image.open('any_file.svs')
print(source)

This is a major blocking issue for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions