-
Notifications
You must be signed in to change notification settings - Fork 12
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
#load AwsCluster.fsx throws exceptions #13
Comments
@evilpepperman it's look like you tried to use custom picklers look at
try not use it for now |
Ah. But this is in the shipped |
@evilpepperman I'll try to check how much this urgent to you? |
I'm trying to make an architectural decision on a batch parallel computing project by end-of-week. I do appreciate your insights on this. Currently I can't even "hello world" this tutorial (Thespian works, but that's all). Thanks for any help. |
I setup the
ProvidedKey
and savedAwsCluster.fsx
, then did#load "AwsCluster.fsx"
in preparation forConfig.GetCluster()
. But during the load, I got exceptions (see below) complaining "need updates in Vagabond". Tracking the call thru the source, it seems to happen atdo CustomPicklers.registerCustomPicklers()
at
MBrace.AWS\src\MBrace.AWS\Configuration\ProcessConfiguration.fs:line 36
.Is there a workaround, or perhaps a correction to my configuration? Maybe this package needs to catch up to the recent work in FsPickler, etc?
Exception here:
The text was updated successfully, but these errors were encountered: