So I get this error every time im trying to use the multiprocessing library within python:
Python Exception <FileNotFoundError>: tWinError 2] The system cannot find the file specified
Traceback (most recent call last):
File "<string>", line 19, in input
File "C:\apps\FME2018.1_b18474_64\fmepython36\python36.zip\multiprocessing\context.py", line 119, in Pool
context=self.get_context())
File "C:\apps\FME2018.1_b18474_64\fmepython36\python36.zip\multiprocessing\pool.py", line 174, in __init__
self._repopulate_pool()
File "C:\apps\FME2018.1_b18474_64\fmepython36\python36.zip\multiprocessing\pool.py", line 239, in _repopulate_pool
w.start()
File "C:\apps\FME2018.1_b18474_64\fmepython36\python36.zip\multiprocessing\process.py", line 105, in start
self._popen = self._Popen(self)
File "C:\apps\FME2018.1_b18474_64\fmepython36\python36.zip\multiprocessing\context.py", line 322, in _Popen
return Popen(process_obj)
File "C:\apps\FME2018.1_b18474_64\fmepython36\python36.zip\multiprocessing\popen_spawn_win32.py", line 48, in __init__
None, None, False, 0, None, None, None)
FileNotFoundError: 8WinError 2] The system cannot find the file specified
Is it for some reason not possible to use this library?
The code runs in other environment except in FME..