Running pytest on a file importing pandas and torch.onnx leads to access violation #12728
Closed
4 tasks done
Labels
status: needs information
reporter needs to provide more information; can be closed after 2 or more weeks of inactivity
a detailed description of the bug or problem you are having
While running
pytest
on a file containing import of bothtorch.onnx
andpandas
,pytest
crashes with an access violation.output of
pip list
from the virtual environment you are usingpytest and operating system versions
pytest: Version 7.4.4
Windows: Win 11 x64
minimal example if possible
Test code:
Execution with
pytest demo_case.py
results inThe text was updated successfully, but these errors were encountered: