How to use the UploadDirectory plugin? #8547
Unanswered
josephnowak
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to add one of the local modules of my API to the Dask workers with the UploadDirectory plugin but I'm getting a ModuleNotFoundError, could you indicate to me what I'm doing wrong? I have created the following small project on a Jupyter notebook to exemplify in a simple way what I'm doing on the API project.
This is the structure:
This is the code on the main file which is invocating the UploadDirectory:
This is the code from the other_func.py file inside the check_imports folder:
Code from the func.py file inside the check_imports folder:
Beta Was this translation helpful? Give feedback.
All reactions