My ubuntu system is 18.04. Anaconda version:anaconda Command line client (version 1.7.2)
I can run "python randomTrips.py" command on my Windows, Then I copy the randomTrip.py file into my ubuntu system, And ran again, there is an error:
traceback (most recent call last):
File "randomTrips.py", line 523, in <module>
if not main(get_options()):
File "randomTrips.py", line 498, in main
subprocess.call(args2)
File "/home/dnl/anaconda3/envs/flow/lib/python3.5/subprocess.py", line 247, in call
with Popen(*popenargs, **kwargs) as p:
File "/home/dnl/anaconda3/envs/flow/lib/python3.5/subprocess.py", line 676, in __init__
restore_signals, start_new_session)
File "/home/dnl/anaconda3/envs/flow/lib/python3.5/subprocess.py", line 1289, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: 'duarouterD'
Why? Are there any methods?