trustgraph-ai / trustgraph

Connect Data Silos with Reliable AI⚡🚀
https://trustgraph.ai
GNU Affero General Public License v3.0
163 stars 12 forks source link

ModuleNotFoundError: No module named 'trustgraph' #64

Closed cam-s-hunt closed 4 weeks ago

cam-s-hunt commented 1 month ago
cam-s-hunt commented 1 month ago

Resolved with restarting the session and...

export PYTHONPATH=.

and then

. env/bin/activate

It would be amazing if the scripts were a part of one of the containers so we wouldn't have to do anything on the host machine, just call something like docker exec -it <container> load-pdf <host dir mapped to internal container path>

JackColquitt commented 4 weeks ago

This is mostly being handled by new trustgraph-cli approach.