-
Notifications
You must be signed in to change notification settings - Fork 2.5k
.get_output crashes due with version error #1105
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Please share AutoMLConfig and compute_target setup. |
Sure.
and the compute target:
|
SDK packages on your remote target are different than on your local machine. Usually, automl experiment sent information about packages version from local env to remote target, but this can be overridden by conda/pip settings. |
So you are saying that the SKD will pick a version that is different that the local machine? good to know. If this is a case could you make the error message reply with the version that the cloud used? That way I can follow along. Otherwise I would have to guess. Just having it say that it's out of sync doesn't help me solve the problem. |
I'm updating now. I'll post if this solves the problem. |
I used Running again I got a slightly different error:
I'm going to try to install the specific version above (1.11.0), but future viewers should be aware that this solution will likely not work in the future. |
|
I was actually able to do this by using the pip installer for the specific extra attachments However, there is a larger issue that the AML version in the cloud no longer matches the local version when created. It used to. This means that future users will need to anticipate which SDK version is being used in each run. This also means that they will have to worry that previously trained models can become unusable due to version expiration. For future users if you get a similar error you cant just update the |
I have a notebook that crashes when on 'get_output'.
The error I get:
However, I ran this code all in one notebook. So the env that I trained the model is the same that I ran the cell above. The run completes successfully. I can't share the exact notebook, but I could probably mask a couple of things and attach that. The notebook isn't doing anything other than a standard AUTOML run. No special processing or features.
I'm not changing environments during the run. Either this error message is wrong, or the SDK is missing some critical feature.
AzureML version: 1.10.0
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: