-
Notifications
You must be signed in to change notification settings - Fork 47
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
dill 0.3.5.1 vs python 3.11 vs globus-compute-sdk 2.2.1 #1197
Comments
(this may be a separate issue, or not... but it follows on from the above narrative) I reset dill to 0.3.5.1 I tried using the CombinedCode serializer like this:
and receive this AssertionError (at the tutorial endpoint, I think?)
|
With |
I have also experienced this: |
Describe the bug
I think I have encountered this dill behaviour: uqfoundation/dill#514
Stack trace 1 below gives the traceback.
Following that issue I forcibly violated the globus-compute-sdk packaging requirements using this command line:
and now get further in execution, to what looks like an execution failure remotely... (presumably because of incompatible dill or python versions between my submit side and the tutorial endpoint - so I think that means that execution proceeded further but still doesn't work. See stack trace 2 below.
To Reproduce
Install globus-compute-sdk 2.2.1 vs python 3.11.2. Run quickstart example.
STACK TRACE 1 - DILL 0.3.5.1 VS PYTHON 3.11.2
STACK TRACE 2 - DILL 0.3.6 VS TUTORIAL ENDPOINT
Expected behavior
The quickstart tutorial should proceed as documented
Environment
my laptop, in containerised debian-ish dev environment
Distributed Environment
laptop
globus hq
4b116d3c-1703-4f8f-9f6f-39921e5864df
~/.globus_compute/<ENDPOINT_NAME>
if this is an endpoint issue.globus hq should have these alreayd
The text was updated successfully, but these errors were encountered: