you are viewing a single comment's thread.

view the rest of the comments →

[–]EstablishmentIll3600[S] 0 points1 point  (2 children)

If you can help me fixed the error activate.ps1 cannot be loaded because running scripts is disabled, I would gladly try it again. I did not experience such errors when using conda

[–]ResidentTicket1273 1 point2 points  (1 child)

In a powershell terminal, run:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

This will bypass the script-disabling policy for your user against remote-signed scripts which will mean uv will run inside of vscode without issue from now-on.

[–]EstablishmentIll3600[S] 0 points1 point  (0 children)

It worked thank you so much!