paper-qa
paper-qa copied to clipboard
Literal translation: "Prompt missing file"?
Problem:
I'm encountering a ModuleNotFoundError: No module named 'paperqa.version' error when attempting to run the PaperQA project. Upon investigation, I've determined that the paperqa/version.py file is missing from the project directory.
Steps Taken:
Installed the project locally using GitHub Desktop. Tried running the project within a virtual environment (named myenv). Used the find command (and subsequently gfind due to a zsh terminal issue) to search for the missing paperqa/version.py file but found none. Reviewed the project's README.md for any guidance on this specific issue or the missing file, but found no relevant information. Checked the paperqa/init.py file, which includes an import statement from paperqa.version import version, confirming that the version.py file should exist but is absent. Environment:
macOS 12 zsh terminal myenv virtual environment Python version: 3.12 (Please confirm) Request:
I would be grateful if you could provide assistance with this issue. The missing paperqa/version.py file seems to be preventing the project from running correctly.
Additional Notes:
The project was installed using GitHub Desktop. I've tried running the project within a virtual environment. Please provide the following information:
Is the missing paperqa/version.py file a known issue? Are there any specific steps I can take to resolve this error? Is there a workaround or alternative solution that I could try? I've attached the following for your reference:
[Attach any relevant logs or screenshots here] Thank you for your time and assistance.