-
Notifications
You must be signed in to change notification settings - Fork 14
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
--entry-point in subfolder does not work #7
Comments
Any updates? |
Not as of yet - thanks for the bump, might try to take a look this week. Contributions also welcome. |
@kirillklimenko I'd love to have more details about your use-case and/or expectations. If I went with option 1 (truncate the folder when constructing the entrypoint), would that break anything for you like relative imports? |
I ran into an error when I passed a relative path to an entrypoint and it wasn't found for example:
|
Yep, makes sense - does your For example, given a structure like this:
I could image if
|
Yes, main.py has dependencies on the files inside the package. If I move main.py from the entrypoints folder to the root and specify it as I have multiple entrypoints in the entrypoints folder, so it doesn't make sense for me to put each one at the root of the project. |
Ok, thank you, that's helpful! |
If the entrypoint file is in a subfolder locally, it attempts to use that subfolder in constructing the entrypoint path on S3.
We should either:
The text was updated successfully, but these errors were encountered: