AcademySoftwareFoundation / OpenRV

Open source version of RV, the Sci-Tech award-winning media review and playback software.
Other
577 stars 142 forks source link

[Bug]: Unable to load shotgrid_login package #492

Closed chxmberland closed 3 months ago

chxmberland commented 3 months ago

What happened?

If a user tries to build Open RV after installing the shotgrid_login package, they get the following error in the build console...

Traceback (most recent call last):
 File "<user-path>/Library/Application Support/RV/Python/shotgrid_login_mode.py", line 427, in createMode
   the_mode = ShotGridLogin()
 File "<user-path>/Library/Application Support/RV/Python/shotgrid_login_mode.py", line 51, in __init__
   from sgtk import (
ImportError: cannot import name 'LogManager' from 'sgtk' (unknown location)

The app still works as intended, but the shotgrid_login package does not work.

List all the operating systems versions where this is happening

macOS Sonoma 14.5

On what computer hardware is this happening?

Apple M1

Relevant console log output

No response

Environment variables

No response

Extra information

No response

Code of Conduct