Florian Guily
05/20/2022, 5:21 PMconfig.py
file in flow_utilities
folder like this from flow_utilities.config import funcA funcB
. When i do so, i get an error. So i tried to reproduced it with the dummy code you have on the image. I get the same error which is ModuleNotFoundError: No module named 'flow_utilities'
. This really seems stupid to me as it is just importing some func from local file but somehow i can't make it work with this file architecture. What am i doing wrong ?Anna Geller
pip install .
the error should be goneFlorian Guily
05/20/2022, 5:25 PMAnna Geller