-
-
Notifications
You must be signed in to change notification settings - Fork 329
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
Cannot run extract_graph.ipynb #5
Comments
ok, so the helper modules are part of the repo.
I tried adding the repo folder to the system path but that didn't work
So instead I specified the file path in the import command
That part now works. I'm relatively new to Python so I'm sure there is a better way to do this. |
Started a new colab from scratch and the below worked. Don't know why it didn't the first time I tried.
|
Started a new colab from scratch and the below worked. Don't know why it didn't the first time I tried.
|
I'm glad you posted your issue and replied with your own solution, i'm also a beginner and i can only guess how much time this saved, which is ALOT :) thanks! |
It would be realy good if the colab has all the pip install commands.
I've tried running pip install -r 'requirements.txt'
pip install "unstructured[pdf]"
pip install langchain
Stuck trying to install helpers.df_helpers import documents2Dataframe?
I've tried
pip install helpers
pip install dataframe-helpers
None work?
The text was updated successfully, but these errors were encountered: