We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
root@codespaces-73e26d:/workspaces/sec-insights/backend# python scripts/upsert_document.py https://drive.google.com/uc?export=download&id=1XFvbBFHM5lq1Q1FjVXW72Ktf5A84o-A6 [1] 217658 Traceback (most recent call last): File "/workspaces/sec-insights/backend/scripts/upsert_document.py", line 2, in from app.schema import Document ModuleNotFoundError: No module named 'app' [1]+ Exit 1 python scripts/upsert_document.py https://drive.google.com/uc?export=download root@codespaces-73e26d:/workspaces/sec-insights/backend#
The text was updated successfully, but these errors were encountered:
did make migrate and make run
Sorry, something went wrong.
No branches or pull requests
root@codespaces-73e26d:/workspaces/sec-insights/backend# python scripts/upsert_document.py https://drive.google.com/uc?export=download&id=1XFvbBFHM5lq1Q1FjVXW72Ktf5A84o-A6
[1] 217658
Traceback (most recent call last):
File "/workspaces/sec-insights/backend/scripts/upsert_document.py", line 2, in
from app.schema import Document
ModuleNotFoundError: No module named 'app'
[1]+ Exit 1 python scripts/upsert_document.py https://drive.google.com/uc?export=download
root@codespaces-73e26d:/workspaces/sec-insights/backend#
The text was updated successfully, but these errors were encountered: