Skip to content

Instantly share code, notes, and snippets.

@curioyang
curioyang / check_import.py
Created September 25, 2024 02:51 — forked from peterjc123/check_import.py
Help to detect import errors for PyTorch on Windows
# This script tries to figure out the reason of
# `ImportError` on Windows.
# Run it with `python check_import.py`.
import ctypes
import glob
import os
import sys
import subprocess