leezythu / FlexKBQA

FlexKBQA: A Flexible LLM-Powered Framework for Few-Shot Knowledge Base Question Answering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Title: Unable to Import framework Module

hippoley opened this issue · comments

Description:
While attempting to execute scripts within the project, I encountered an import error indicating that the framework could not be imported as a known file or library. I have checked the project dependencies and installation steps but am still unable to resolve the issue.

Steps to Reproduce:
I have ensured that all necessary dependencies are installed.
I have tried running the scripts in different Python environments, but the problem persists.
I have checked the project's requirements.txt file and confirmed that there is no dependency listed for framework.

Expected Behavior:
The project should be able to import the framework module and execute related functionalities.

Actual Behavior:
Python throws a ModuleNotFoundError when I attempt to import framework.
I have reviewed the project documentation and README file but found no guide on installing or importing the framework module.
If framework is an internal module, I have tried to locate it under the project's root directory but could not find the corresponding file.

Request for Help:
I need assistance resolving the import issue with the framework module. If it's an external dependency, please provide installation instructions; if it's an internal module, guide me on how to import it correctly.

image
image