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
...it actually works as intended on macOS and Linux, since those run the fips python script directly. But on Windows, the fips.cmd wrapper is run, which looks like this:
@python fips %*
What this actually tries to run is the fips directory as a python script, thus the error.
See this issue for details: #239
The text was updated successfully, but these errors were encountered: