-
Notifications
You must be signed in to change notification settings - Fork 82
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 #82
Comments
Dear Melissa, I have the same problem. I am working with Windows 10, python 3.6 and running in anaconda prompt. Any idea what the issue could be? Elemér |
Hello Mellissa, I am on Windows 10, python 3.7, running in spyder 5.1.1 Best, |
It turned out the code was looking for something in 'C:/hysplit4/exec' and my hysplit folder name did not have the number 4 in it. So I added the number 4 to the folder name and it worked. I hope that helps everyone else. Or you can just change the last key word: |
Hi Kevin, I hope it helps others as well. Cheers, |
Hello All, |
Hi Soni, |
Thank you so much Danny for your quick reply. My issue resolved. |
Hi Mellissa,
I have been trying to run the docs/examples/bulk_trajgen_example.py but I am getting this error when running it:
File "C:\Users\Danny Vargas.conda\envs\pysplitenv\lib\subprocess.py", line 1207, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified
I am running it in Windows 10, python=3.6 and use spyder 5.0 to run the code. I followed all the instructions from the github repository and your paper but I could not make any progress solving it. May you please help me with this issue. Many thanks.
Danny
The text was updated successfully, but these errors were encountered: