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

The system cannot find the file specified #64

Open
whitewalker11 opened this issue Jul 7, 2020 · 1 comment
Open

The system cannot find the file specified #64

whitewalker11 opened this issue Jul 7, 2020 · 1 comment

Comments

@whitewalker11
Copy link

File "eval.py", line 11, in
import lanms
File "C:\Users\Dhruv\EAST\lanms_init_.py", line 7, in
if subprocess.call(['make', '-C', BASE_DIR]) != 0: # return value
File "C:\Users\Dhruv\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 323, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\Dhruv\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 775, in init
restore_signals, start_new_session)
File "C:\Users\Dhruv\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 1178, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

@Kurukshetran
Copy link

Same issue

File "eval.py", line 11, in
import lanms
File "C:\Users\Dhruv\EAST\lanms__init__.py", line 7, in
if subprocess.call(['make', '-C', BASE_DIR]) != 0: # return value
File "C:\Users\Dhruv\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 323, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\Dhruv\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 775, in init
restore_signals, start_new_session)
File "C:\Users\Dhruv\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 1178, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

Same issue. Did you got resolved?

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