-
Notifications
You must be signed in to change notification settings - Fork 344
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
sw.install giving parse error when running on windows system #1206
Comments
Hi , Thanks for reporting this issue , issue looks to be related to urlparase of C:\Users*\Desktop*\network_switch_tool\ex2300-c\junos-arm-32-20.2R3-S3.6.tgz , considers it as remote url since it contains C: , ignores the no_copy=False and the pkg file is not copied to the device and directly tries to download from the remote-url and fails with error .
Thanks & Regards |
Thanks you. |
Fixed and merged via #1242 |
Getting this error when running this code on windows system but works on Linux system.
where firmware_file is file path to the firmware on the host system.
fetch-secure: C:\Users\****\Desktop\****\network_switch_tool\ex2300-c\junos-arm-32-20.2R3-S3.6.tgz: parse error ERROR: Cannot fetch file: C:\Users\****\Desktop\****\network_switch_tool\ex2300-c\junos-arm-32-20.2R3-S3.6.tgz
The text was updated successfully, but these errors were encountered: