Open estela-mar22 opened 1 week ago
The import is working fine here. Notice that the line
from .graph.adjustment import path_length
imports function path_length inside the file pyvane/graph/adjustment.py. This file is in the repository.
Maybe it is a problem with the installation. I noticed that your pyvane is inside the site-packages directory, which is usually reserved for actual package installations. You don't need to "install" pyvane. You can just download it and execute the tutorial notebook.
I'm encountering a ModuleNotFoundError when trying to import pipeline and image from the pyvane library:
I checked the installation directory and couldn't find the graph module there either. Thank you for your help!