You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to install apio on windows 10, from a git bash shell. When I run apio drivers --ftdi-enable the operation failed due to permissions, without giving a detailed information what it was tried to do.
This feature request is to add an info message that states what apio is trying to do such that the user can diagnose it. For example, the path to the zadig binary.
(The underlying issue is bash perimission here, I can run the zadig from a windows cmd shell but not from a bash sell, probably because I don't run it as an admin.)
Could you please test it in the apio development version? I've changed the error message. Check it and feel free to change it, modify or improve it. The code needs refactoring, but I will do it in the next cycle. Currently I am just fixing bugs for the 0.9.x stable release
ok, i've also refactored the code (i could not resist it 😂️)
This is the new error message:
[WinError 740] The requested operation requires elevation
Trying to execute zadig.exe in command line, but an error ocurred
Please, execute the command again in the command line with administrator priviledges
As I am not a native English speaker, feel free to modify/change/improve the message
I was trying to install apio on windows 10, from a git bash shell. When I run
apio drivers --ftdi-enable
the operation failed due to permissions, without giving a detailed information what it was tried to do.This feature request is to add an info message that states what apio is trying to do such that the user can diagnose it. For example, the path to the zadig binary.
(The underlying issue is bash perimission here, I can run the zadig from a windows cmd shell but not from a bash sell, probably because I don't run it as an admin.)
The text was updated successfully, but these errors were encountered: