NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

`slap install --link` fails on Windows due to attempted symlink #72

Open NiklasRosenstein opened 1 year ago

NiklasRosenstein commented 1 year ago

Using slap install --link uses Flit under the hood, which tries to install the module in development mode using symlinks.

The error you get is something like this

[WinError 1314] A required privilege is not held by the client: 'C:\\Users\\rosen\\git\\slap\\src\\slap' -> 'C:\\Users\\rosen\\git\\slap\\.venvs\\3.10\\Lib\\site-packages\\slap'