Unanswered
			
			
 
			
	
		
			
		
		
		
		
	
			
		
		Hi, I'M Facing Some Issues When Try To Run A Pipeline, How Can A Import A Local Library Using Pipelines From Functions? Always Getting "Modulenotfounderror: No Module Named"
Hi  DepressedFox45
Basically move the import into the function, it will automatically detect the package.@PipelineDecorator.component(...) def step_one(...): import sklearn import pandas as pd # stuffMake sense ?
325 Views
				0
Answers
				
					 
	3 years ago
				
					
						 
	2 years ago