How to solve " The system cannot find the path specified" error cygwin64/bin/snaphu?

122 Views Asked by At

enter image description here

I was trying to open the snaphu.conf file using python

process=subprocess.Popen(snaphu_args, cwd=str(temp_path),shell=True)

But error saying The system cannot find the file specified appears in the above line. Is there a way to rectify this?

0

There are 0 best solutions below