Hello, firstly everything works fine with PyHamilton doing standard pip install. However if I clone the PyHamilton repo locally and do a editable project pip install, as shown in documentation:
git clone https://github.com/dgretton/pyhamilton
cd pyhamilton
pip install -e .
None of the imports can be resolved when trying to run a simple project, get: ImportError: cannot import name 'HamiltonInterface' from 'pyhamilton' (unknown location)
Not too familiar with editable project installs. Is there any additional configuration that must be done? Thanks