['mkdir', '-p', '/home/allan/GoogleDrive/00_Projekte/02_Github_repo/pydkpro_back/pydkpro/pipelines'] b'' ✓ Got all neccessary informations ✓ Server code generation ✓ Compiling Project ✓ Building container...ner... 4m▐|\____________▌ Container is running on port: 3000 --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) in 3 p.add(Component().opennlp_segmenter()) 4 p.add(Component().opennlp_postagger(param_tagset=True)) ----> 5 p.build() ~/GoogleDrive/00_Projekte/02_Github_repo/pydkpro_back/pydkpro/pipeline.py in build(self) 87 def build(self): 88 build_pipeline(self._components) ---> 89 cliDefinition() 90 print('Container web service for the provided pipeline is fired up. To stop use finish method') 91 return self ~/GoogleDrive/00_Projekte/02_Github_repo/pydkpro_back/pydkpro/dkpro_cli.py in cliDefinition(port, deploy, kill, background, only, removeFolder, HTTPType) 379 with yaspin( Spinners.shark ,text="Container is running on port: " + port, color="blue") as sp: 380 --> 381 runContainerLocally(background, port) 382 383 if deploy == 'registry': ~/GoogleDrive/00_Projekte/02_Github_repo/pydkpro_back/pydkpro/dkpro_cli.py in runContainerLocally(background, port) 321 322 command = command_bg if background == True else command_fg --> 323 postShellCommandInDirectory(command, destination, origin) 324 325 def moverDockerfilesAndRemoveDeployment(): ~/GoogleDrive/00_Projekte/02_Github_repo/pydkpro_back/pydkpro/dkpro_cli.py in postShellCommandInDirectory(command, destination, origin) 41 42 def postShellCommandInDirectory(command, destination, origin): ---> 43 process = subprocess.Popen(command,stdout=subprocess.PIPE, cwd=destination, shell=True) 44 out = process.communicate() 45 return out[0] /usr/lib/python3.6/subprocess.py in __init__(self, args, bufsize, executable, stdin, stdout, stderr, preexec_fn, close_fds, shell, cwd, env, universal_newlines, startupinfo, creationflags, restore_signals, start_new_session, pass_fds, encoding, errors) 727 c2pread, c2pwrite, 728 errread, errwrite, --> 729 restore_signals, start_new_session) 730 except: 731 # Cleanup if the child failed starting. /usr/lib/python3.6/subprocess.py in _execute_child(self, args, executable, preexec_fn, close_fds, pass_fds, cwd, env, startupinfo, creationflags, shell, p2cread, p2cwrite, c2pread, c2pwrite, errread, errwrite, restore_signals, start_new_session) 1362 if errno_num == errno.ENOENT: 1363 err_msg += ': ' + repr(err_filename) -> 1364 raise child_exception_type(errno_num, err_msg, err_filename) 1365 raise child_exception_type(err_msg) 1366 FileNotFoundError: [Errno 2] No such file or directory: '/home/allan/GoogleDrive/00_Projekte/02_Github_repo/pydkpro_back/pydkpro/pipelines/deployment/target/docker': '/home/allan/GoogleDrive/00_Projekte/02_Github_repo/pydkpro_back/pydkpro/pipelines/deployment/target/docker'