HI Team,
WE LIKED THIS PROJECT AND TRYING USE IT FOR OUR USE CASE . APPRECIATED YOUR EFFORTS ON THIS, THANKS FOR MAKING THIS PROTOTYPE AS OPEN SOURCE PROJECT.
I have converted preprocess.sh to bat file to run it in windows machine, after that when we trying to run "AutoComments-master\code2seq_master\preprocess.cmd" getting below given exception. Not sure does this related to test data or fault in the code. If possible Can you please provide your VM image file , Used for this application trials . so that we can try at our end.
NOTE: We liked this project a
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "%USER_DIR%AppData\Local\Programs\Python\Python38\lib\multiprocessing\pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "%USER_DIR%AppData\Local\Programs\Python\Python38\lib\multiprocessing\pool.py", line 51, in starmapstar
return list(itertools.starmap(args[0], args[1]))
File "E:\CodeCorrectionTool-CrystalBall\lrnavin\AutoComments\code2seq_master\JavaExtractor\extract.py", line 22, in ParallelExtractDir
ExtractFeaturesForDir(args, dir, "")
File "E:\CodeCorrectionTool-CrystalBall\lrnavin\AutoComments\code2seq_master\JavaExtractor\extract.py", line 35, in ExtractFeaturesForDir
with open(outputFileName, 'a') as outputFile:
FileNotFoundError: [Errno 2] No such file or directory: ''
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "JavaExtractor/extract.py", line 97, in
ExtractFeaturesForDirsList(args, subdirs)
File "JavaExtractor/extract.py", line 67, in ExtractFeaturesForDirsList
p.starmap(ParallelExtractDir, zip(itertools.repeat(args), dirs))
File "%USER_DIR%AppData\Local\Programs\Python\Python38\lib\multiprocessing\pool.py", line 372, in starmap
return self._map_async(func, iterable, starmapstar, chunksize).get()
File "%USER_DIR%AppData\Local\Programs\Python\Python38\lib\multiprocessing\pool.py", line 768, in get
raise self._value
FileNotFoundError: [Errno 2] No such file or directory: ''
-Gopi Kanth
HI Team,
WE LIKED THIS PROJECT AND TRYING USE IT FOR OUR USE CASE . APPRECIATED YOUR EFFORTS ON THIS, THANKS FOR MAKING THIS PROTOTYPE AS OPEN SOURCE PROJECT.
I have converted preprocess.sh to bat file to run it in windows machine, after that when we trying to run "AutoComments-master\code2seq_master\preprocess.cmd" getting below given exception. Not sure does this related to test data or fault in the code. If possible Can you please provide your VM image file , Used for this application trials . so that we can try at our end.
NOTE: We liked this project a
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "%USER_DIR%AppData\Local\Programs\Python\Python38\lib\multiprocessing\pool.py", line 125, in worker
result = (True, func(*args, **kwds))
File "%USER_DIR%AppData\Local\Programs\Python\Python38\lib\multiprocessing\pool.py", line 51, in starmapstar
return list(itertools.starmap(args[0], args[1]))
File "E:\CodeCorrectionTool-CrystalBall\lrnavin\AutoComments\code2seq_master\JavaExtractor\extract.py", line 22, in ParallelExtractDir
ExtractFeaturesForDir(args, dir, "")
File "E:\CodeCorrectionTool-CrystalBall\lrnavin\AutoComments\code2seq_master\JavaExtractor\extract.py", line 35, in ExtractFeaturesForDir
with open(outputFileName, 'a') as outputFile:
FileNotFoundError: [Errno 2] No such file or directory: ''
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "JavaExtractor/extract.py", line 97, in
ExtractFeaturesForDirsList(args, subdirs)
File "JavaExtractor/extract.py", line 67, in ExtractFeaturesForDirsList
p.starmap(ParallelExtractDir, zip(itertools.repeat(args), dirs))
File "%USER_DIR%AppData\Local\Programs\Python\Python38\lib\multiprocessing\pool.py", line 372, in starmap
return self._map_async(func, iterable, starmapstar, chunksize).get()
File "%USER_DIR%AppData\Local\Programs\Python\Python38\lib\multiprocessing\pool.py", line 768, in get
raise self._value
FileNotFoundError: [Errno 2] No such file or directory: ''
-Gopi Kanth