Closed andreroggeri closed 4 years ago
Hi, thanks for reporting. Indeed, documentation says:
On newer versions of Windows 10, unprivileged accounts can create symlinks if Developer Mode is enabled. When Developer Mode is not available/enabled, the SeCreateSymbolicLinkPrivilege privilege is required, or the process must be run as an administrator. OSError is raised when the function is called by an unprivileged user.
which is confirmed by your workaround. Although, Windows version is not supported so far, I'll add a fix in v2.0.2 which at least removes the crash.
On the other hand, I would appreciate if you leave a brief instruction about installation of repostat in Windows.
Thanks for the quick response.
My installation was made through pip.
I just followed the instructions on the README. Beside this error the rest of the process was smooth (although it took quite a while to run on a large repo)
v2.0.2 should fix. Please, reopen if it does not. Thanks
I got the following error on my machine:
Workaround: Run as administrator
Related: #155