Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError #126

Open
xiaomengxin123 opened this issue May 31, 2022 · 1 comment
Open

FileNotFoundError #126

xiaomengxin123 opened this issue May 31, 2022 · 1 comment

Comments

@xiaomengxin123
Copy link

raceback (most recent call last): File "preprocess.py", line 74, in <module> eval('data_builder.'+args.mode + '(args)') File "<string>", line 1, in <module> File "D:\Text-Summarization-with-Pretrained-Encoders\PreSumm-master\src\prepro\data_builder.py", line 133, in tokenize subprocess.call(command) File "D:\ProgramData\Anaconda3\envs\py37-11-2\lib\subprocess.py", line 339, in call with Popen(*popenargs, **kwargs) as p: File "D:\ProgramData\Anaconda3\envs\py37-11-2\lib\subprocess.py", line 800, in __init__ restore_signals, start_new_session) File "D:\ProgramData\Anaconda3\envs\py37-11-2\lib\subprocess.py", line 1207, in _execute_child startupinfo) FileNotFoundError: [WinError 2] 。
when I try to prosess the step 3 in windows, it hints fileNotFound .And my command is ''python preprocess.py -mode tokenize -raw_path ../raw_stories -save_path ../merged_stories_tokenized"

@WSChange
Copy link

WSChange commented Mar 7, 2024

you should check your file path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants