You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @lagelangridaye! I'm here to help you with any bugs, questions, or contributions you might have. While you wait for a human maintainer, feel free to share your issue, and let's get started on solving it together!
The src directory does contain a DataAcquirer.py file, which should include the Comment and Live modules [1]. If you're encountering issues with these imports in main_api_server.py, it might be due to a few reasons:
File Location: Ensure that DataAcquirer.py is indeed located within the src directory and that the path is correct.
Module Definitions: Verify that Comment and Live are correctly defined within DataAcquirer.py. They should be classes or functions that can be imported.
IDE Configuration: Sometimes, IDEs might not recognize the project structure correctly. Ensure that your IDE is configured to recognize the src directory as part of the Python path.
Python Path: Check if the Python path is set correctly in your environment. You might need to add the src directory to the Python path manually.
If these steps don't resolve the issue, consider checking for any recent changes or commits that might have affected the DataAcquirer module.
⚠️ 此 Issue 已超过一定时间未活动,如果没有进一步更新,将在 14 天后关闭。 ⚠️ This issue has been inactive for a certain period of time. If there are no further updates, it will be closed in 14 days.
The text was updated successfully, but these errors were encountered: