-
Notifications
You must be signed in to change notification settings - Fork 26
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
NoneType Error #709
Comments
SlurmRemoteExecutor has not been maintained for a while. Can you try to use DispatcherExecutor instead of SlurmRemoteExecutor? E.g. from dflow.plugins.dispatcher import DispatcherExecutor
dispatcher_executor = DispatcherExecutor(
host= "xxx.xx.xxx.xx",
port= xxx,
username="xxxxxx",
private_key_file="D:\\fsdownload\\rid_rsa",
resources_dict={"custom_flags": ["#!/bin/bash", "#BATCH -J job", "#SBATCH -p test_q -N 1 -n 12", "source activate py37"]},
) |
I tried it, but a new problem appeared ^-^:
|
Make sure the remote root (default: |
dflow-helloworld.ipynb
Error
The text was updated successfully, but these errors were encountered: