lamm-mit / SciAgentsDiscovery

Apache License 2.0
135 stars 25 forks source link

ModuleNotFoundError: No module named 'GraphReasoning' #4

Open Tylersuard opened 6 days ago

Tylersuard commented 6 days ago

Running the SciAgents_ScienceDiscovery_GraphReasoning_non-automated.ipynb notebook, got this error on this cell

from ScienceDiscovery import * make_dir_if_needed(data_dir_output)

alirezaghafarollahi2 commented 6 days ago

Did you install the graphresoning package as described in the requirements section?

Tylersuard commented 6 days ago

Why were those lines not added to the notebooks?