Installed graph-tool via homebrew using
$ brew install graph-tool
Installation was successful. Now, when I try to import the module in the python shell, using from graph_tool.all import *
I receive a ModuleNotFoundError: No module named 'graph_tool' error
Python version info- Python 3.8.5, installed via pyenv at /Users/aamodpant/.pyenv/shims/python
graph-tool installed in /usr/local/Cellar/graph-tool
How do I import this into my python program?