Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LD_LIBRARY_PATH init issue at startup #7

Closed
Lypsolon opened this issue Jun 3, 2024 · 1 comment
Closed

LD_LIBRARY_PATH init issue at startup #7

Lypsolon opened this issue Jun 3, 2024 · 1 comment

Comments

@Lypsolon
Copy link
Collaborator

Lypsolon commented Jun 3, 2024

Error Description.
The plugin will have an error when starting the Ayon_Usd plugin with, e.g. Houdini and not having the LD_LIBRARY_PATH env variable set.

Assumed Reason:
Python os module can't be appended to an env variable if this env variable is not set yet.

Possible solution:
Could you check if the variable exists? If it's not set it. If it's set, append to it.
This will cause a check against the current set of env variables. This could be slow, but this could be acceptable as it runs before the software startup and only once.

[cuID:[AY-5681](https://app.clickup.com/t/86bz1eq9f]

@antirotor
Copy link
Member

should be fixed by #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants