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
Today in the code deployment package, the requirements.txt shows Geti-sdk>=xxx version. But if a newer version Geti SDK is installed, it won't work. User has to install the exact version of Geti SDK to make it work. If the version mis-match, it will just pop up error like "can't find objects" and etc. This error message is very mis-leading. Geti SDK should be able to identify such version mismatch and provide the correct error message. But the best solution is to ensure new version of Geti SDK can manage the old version code deployment.
Description
Today in the code deployment package, the requirements.txt shows Geti-sdk>=xxx version. But if a newer version Geti SDK is installed, it won't work. User has to install the exact version of Geti SDK to make it work. If the version mis-match, it will just pop up error like "can't find objects" and etc. This error message is very mis-leading. Geti SDK should be able to identify such version mismatch and provide the correct error message. But the best solution is to ensure new version of Geti SDK can manage the old version code deployment.
Suggested Solution