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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No ModuleNotFoundError: No module named 'docqa'
python squad/build_squad_dataset.py Traceback (most recent call last): File "squad/build_squad_dataset.py", line 10, in from docqa import config ModuleNotFoundError: No module named 'docqa' (documentQAPy36Env) xxxy01@qust:/503MLProjects/document-qa-master/docqa$ ^C (documentQAPy36Env) xxxy01@qust:/503MLProjects/document-qa-master/docqa$
The text was updated successfully, but these errors were encountered:
do you run this command : export PYTHONPATH=${PYTHONPATH}:pwd before you start training
pwd
Sorry, something went wrong.
@quevia unfortunately this does not help in running it in google collab, but on the local computer, it works pretty well.
No branches or pull requests
No ModuleNotFoundError: No module named 'docqa'
python squad/build_squad_dataset.py
Traceback (most recent call last):
File "squad/build_squad_dataset.py", line 10, in
from docqa import config
ModuleNotFoundError: No module named 'docqa'
(documentQAPy36Env) xxxy01@qust:
/503MLProjects/document-qa-master/docqa$ ^C/503MLProjects/document-qa-master/docqa$(documentQAPy36Env) xxxy01@qust:
The text was updated successfully, but these errors were encountered: