PyVelest icon indicating copy to clipboard operation
PyVelest copied to clipboard

Error at the final Step

Open mmusalhi opened this issue 2 years ago • 0 comments

Hello I am using Python 2.X I followed all the steps, but I had error in the final steps while running PyVelst.py code

+++ Enter Project Name: <Please use the name of velocity model you're using>

Test

+++ Read VELEST input parameters ... +++ Write VELEST control file ... +++ Plotting data statistics ... +++ Make synthetic velocity models ... +++ Run VELEST ... --- 50 synthetic model(s) found ... --- Run for synthetic model: 1 The system cannot find the path specified. --- Run for synthetic model: 2 The system cannot find the path specified. --- Run for synthetic model: 3 The system cannot find the path specified. --- Run for synthetic model: 4 The system cannot find the path specified. --- Run for synthetic model: 5 The system cannot find the path specified. --- Run for synthetic model: 6 The system cannot find the path specified. --- Run for synthetic model: 7 The system cannot find the path specified. --- Run for synthetic model: 8 The system cannot find the path specified. --- Run for synthetic model: 9 The system cannot find the path specified. --- Run for synthetic model: 10 The system cannot find the path specified. --- Run for synthetic model: 11 The system cannot find the path specified. --- Run for synthetic model: 12 The system cannot find the path specified. --- Run for synthetic model: 13 The system cannot find the path specified. --- Run for synthetic model: 14 The system cannot find the path specified. --- Run for synthetic model: 15 The system cannot find the path specified. --- Run for synthetic model: 16 The system cannot find the path specified. --- Run for synthetic model: 17 The system cannot find the path specified. --- Run for synthetic model: 18 The system cannot find the path specified. --- Run for synthetic model: 19 The system cannot find the path specified. --- Run for synthetic model: 20 The system cannot find the path specified. --- Run for synthetic model: 21 The system cannot find the path specified. --- Run for synthetic model: 22 The system cannot find the path specified. --- Run for synthetic model: 23 The system cannot find the path specified. --- Run for synthetic model: 24 The system cannot find the path specified. --- Run for synthetic model: 25 The system cannot find the path specified. --- Run for synthetic model: 26 The system cannot find the path specified. --- Run for synthetic model: 27 The system cannot find the path specified. --- Run for synthetic model: 28 The system cannot find the path specified. --- Run for synthetic model: 29 The system cannot find the path specified. --- Run for synthetic model: 30 The system cannot find the path specified. --- Run for synthetic model: 31 The system cannot find the path specified. --- Run for synthetic model: 32 The system cannot find the path specified. --- Run for synthetic model: 33 The system cannot find the path specified. --- Run for synthetic model: 34 The system cannot find the path specified. --- Run for synthetic model: 35 The system cannot find the path specified. --- Run for synthetic model: 36 The system cannot find the path specified. --- Run for synthetic model: 37 The system cannot find the path specified. --- Run for synthetic model: 38 The system cannot find the path specified. --- Run for synthetic model: 39 The system cannot find the path specified. --- Run for synthetic model: 40 The system cannot find the path specified. --- Run for synthetic model: 41 The system cannot find the path specified. --- Run for synthetic model: 42 The system cannot find the path specified. --- Run for synthetic model: 43 The system cannot find the path specified. --- Run for synthetic model: 44 The system cannot find the path specified. --- Run for synthetic model: 45 The system cannot find the path specified. --- Run for synthetic model: 46 The system cannot find the path specified. --- Run for synthetic model: 47 The system cannot find the path specified. --- Run for synthetic model: 48 The system cannot find the path specified. --- Run for synthetic model: 49 The system cannot find the path specified. --- Run for synthetic model: 50 The system cannot find the path specified. +++ Analyse VELEST outputs ... Traceback (most recent call last): File "PyVelest.py", line 3136, in start.analyse_velest_res() File "PyVelest.py", line 718, in analyse_velest_res with open(path.join('velout',self.project_nm,'velest%d.out'%(sm+1))) as f: IOError: [Errno 2] No such file or directory: 'velout\Test\velest1.out'

mmusalhi avatar Dec 22 '23 20:12 mmusalhi