You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use pyinstaller to generate an executable from a script that uses Usd.Stage.Open, but when running the executable, it fails with a Segmentation fault.
Steps to Reproduce
Create new directory and initialize virtual environment with Python 3.9.
Description of Issue
I'm trying to use
pyinstaller
to generate an executable from a script that usesUsd.Stage.Open
, but when running the executable, it fails with aSegmentation fault
.Steps to Reproduce
py -3.9 -m venv venv . venv/Scripts/activate
pyinstaller
andusd-core
.convert.py
:pyinstaller-hooks/hook-pxr.py
pyinstaller
:Output:
It works fine if the script is run directly as a Python script (i.e. without pyinstaller):
When adding
faulthandler
, the output is:System Information (OS, Hardware)
Windows 10 Enterprise
Package Versions
24.11
Build Flags
The text was updated successfully, but these errors were encountered: