Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/code.py", line 90, in runcode
exec(code, self.locals)
File "<input>", line 1, in <module>
File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'graph_tool'
[enter image description here](https://i.stack.imgur.com/wmvXq.png)
I've been trying to fix this issue for a couple of days now with no success. Pycharm and Python 3.11 was installed via home-brew. From my understanding the problem is that graph-tool is not linked to my python. I've tried linking to no avail.