'ModuleNotFoundError eventhough it is possible, when using different submodules
This import command works:
from ....devlpmnt.functions.create_dataframe import create_dataframe_fcc
while this command
from ....devlpmnt.coiled.correlation_pipeline import correlation_pipeline
returns a ModuleNotFoundError: No module named 'devlpmnt'
What can be the reason for that?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
