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
hello,
I just follow the installation, every thing is ok, version is 7.2.
I make a uv init
then uv add
'''
$ uv add ruff
Using CPython 3.12.10
Creating virtual environment at: .venv
error: Operation not permitted (os error 1) '''
then I have this error : error: Operation not permitted (os error 1)
I'm the only user, and I have all permision
tk for help
Platform
No response
Version
No response
The text was updated successfully, but these errors were encountered:
In #13301, there was an IO error without context. This error seems to be caused by a symlink error. Switching as symlinking to `fs_err` ensures these errors will carry context in the future.
Is the directory mounted from a Windows partition? Windows does not support creating symlinks by default, while the linux in WSL requires creating symlinks for a new venv.
Question
hello,
I just follow the installation, every thing is ok, version is 7.2.
I make a uv init
then uv add
'''
$ uv add ruff
Using CPython 3.12.10
Creating virtual environment at: .venv
error: Operation not permitted (os error 1) '''
then I have this error : error: Operation not permitted (os error 1)
I'm the only user, and I have all permision
tk for help
Platform
No response
Version
No response
The text was updated successfully, but these errors were encountered: