jgo icon indicating copy to clipboard operation
jgo copied to clipboard

Insufficient privileges on windows with soft links

Open hinerm opened this issue 1 year ago • 0 comments

I tried running jgo sc.fiji:fiji:2.12.0+org.scijava:scijava-common:2.94.0 from an anaconda prompt and a git for windows prompt. Neither had been started with admin privileges.

Both gave the error

SError: [WinError 1314] A required privilege is not held by the client:  'C:\\Users\\hiner\\.m2\\repository\\net\\imglib2\\imglib2-algorithm\\0.13.0\\imglib2-algorithm-0.13.0.jar' -> 'C:\\Users\\hiner\\.jgo\\sc.fiji\\fiji\\db9c4d5ef229b29211a260b6035497ce9dd86452983b15f14f838ad1a5773be9\\imglib2-algorithm-0.13.0.jar'

Changing my .jgorc links entry from soft to hard allowed me to run with no problem.

hinerm avatar May 19 '23 20:05 hinerm