We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Resolve breaks if not installed in /opt/resolve
We dont ship resolve as /opt/resolve, which can be dealt with a symlink, but a better option would be not to have hardcoded paths.
ayon-resolve/client/ayon_resolve/api/utils.py
Line 43 in 577b75e
The text was updated successfully, but these errors were encountered:
I believe you're best of specifying the relevant PYTHONPATH in app settings if not existing in that location, as described here: https://github.com/ynput/ayon-resolve/blob/577b75ea436b3a16a03cfbf71294e9877f9b9df7/client/ayon_resolve/api/utils.py#L24C13-L24C24
PYTHONPATH
Would that suit your needs?
I'm not sure we could best dynamically find the correct path otherwise regardless of where it's installed - if you do, a PR is welcome!
Sorry, something went wrong.
App settings is ok and python is ok - that part works. The hardcoded paths then fall apart...
Ill see what i can do :)
No branches or pull requests
Resolve breaks if not installed in /opt/resolve
We dont ship resolve as /opt/resolve, which can be dealt with a symlink, but a better option would be not to have hardcoded paths.
ayon-resolve/client/ayon_resolve/api/utils.py
Line 43 in 577b75e
The text was updated successfully, but these errors were encountered: