Skip to content
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

Ingestion failing with module not found #2532

Closed
abhidg opened this issue Feb 18, 2022 · 1 comment · Fixed by #2533
Closed

Ingestion failing with module not found #2532

abhidg opened this issue Feb 18, 2022 · 1 comment · Fixed by #2533
Assignees
Labels
P0: Critical path blocker Blocking testing or the launch critical path, drop everything to investigate & fix
Milestone

Comments

@abhidg
Copy link
Contributor

abhidg commented Feb 18, 2022

Ingestion failing with module not found



Traceback (most recent call last):
--
  File "./retrieval/retrieval.py", line 47, in <module>
    import common_lib
ModuleNotFoundError: No module named 'common_lib'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "./retrieval/retrieval.py", line 53, in <module>
    import common_lib
  File "/app/retrieval/../common/common_lib.py", line 16, in <module>
    import common.ingestion_logging as logging
ModuleNotFoundError: No module named 'common'
@abhidg abhidg added the P0: Critical path blocker Blocking testing or the launch critical path, drop everything to investigate & fix label Feb 18, 2022
@abhidg abhidg added this to the Leonidas milestone Feb 18, 2022
@abhidg abhidg self-assigned this Feb 18, 2022
@abhidg
Copy link
Contributor Author

abhidg commented Feb 18, 2022

Changing common.ingestion_logging -> ingestion_logging fixes this but breaks the test, so that must be why the path hack was there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P0: Critical path blocker Blocking testing or the launch critical path, drop everything to investigate & fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant