-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create troubleshooting.md #154
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please also add the troubleshooting page in the sidebar for easy access?
Added Troubleshooting guide to sidebar
HI @rutujaac Added this to sidebar as suggested. Kindly re-review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
@@ -0,0 +1,15 @@ | |||
# Troubleshooting Pebblo | |||
|
|||
## Issued found in conda virtual env. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit pick - Issued
=> Issues
@@ -0,0 +1,15 @@ | |||
# Troubleshooting Pebblo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO, it should be only Troubleshooting
or Troubleshooting Guide
.
# Troubleshooting Pebblo | ||
|
||
## Issued found in conda virtual env. | ||
### 1. OSError: cannot load library 'pango-1.0-0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is common troubleshooting guide for Installation
, Development Environment
and Pebblo Safe DataLoader for Langchain
sections of this document. IMO, So there should be either some identifier to notify that this particular troubleshooting issue belongs to what section. This will be easy for end user.
ref: #119
Signed-off-by: Rahul Tripathi [[email protected]]