-
Notifications
You must be signed in to change notification settings - Fork 3
[BUG] Dependency Problems in requirements.txt and Suggested Fixes #26
Description
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
labels: bug
assignees: 'Archilles'
Bug Description
- Provide a clear and concise description of what the bug is.
-
The dependencies are declining due to the specified versions when installing from the
requirements.txt. I suggest removing them to prevent unseen errors, that would install the latest version for each dependencies. -
File "/Users/jake/vscode/logllm-1/logllm/log_llm.py", line 3, in
from .extractor import extract_notebook_code
ImportError: attempted relative import with no known parent package
solution: remove the dot -->from extractor import extract_notebook_code -
"logllm" is not defined [Ln 85, Col 5] on
test_logger.pyfile
solution: refactor totest_logllm(str(notebook_file), "api_key", "sample_notebook.ipynb") -

solution: I havent figured it out has something to do with_init_.pyQuestion: What does the_init_.pydoes?
Steps to Reproduce
- List the steps to reproduce the behavior:
- Go to '...'
- Click on '...'
- Scroll down to '...'
- See error
The GPT generative had to be changed for unavialablity usage.
Go to to the log_llm.py for change of codes.
Expected Behavior
- Describe what you expected to happen.
Screenshots
- If applicable, add screenshots to help explain the issue.
Environment Information
- OS: [e.g. Windows, macOS, Linux]
- Python version: [e.g. 3.8.5]
- Package version: [e.g. v1.2.3]
Additional Context
- Add any other context about the problem here.
I do not have a paid token for the GPT4o so had to compromise by using a different generative model -Gemini.