Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WinError 1 Incorrect Function when target dir can't accept symlinks but tempdir can #1992

Closed
jaraco opened this issue Oct 21, 2020 · 3 comments

Comments

@jaraco
Copy link
Member

jaraco commented Oct 21, 2020

In tox-dev/tox#1706, I reported an issue where tox was unable to create a virtualenv for Python 3.5 when on a mounted file system from the host.

In that case, it seems that the test for "can symlink" happens on the local file system (and succeeds), but the attempt to create a symlink on the mounted filesystem fails.

The issue was only triggered in virtualenv creation on Python 3.5 (not 3.9) as seemingly symlinks are only needed for older Pythons.

@jaraco jaraco added the bug label Oct 21, 2020
@domdfcoding
Copy link

I've just run into this on Python 3.6. Works fine on 3.7 so I think this is now isolated to EOL versions of Python.

@gaborbernat
Copy link
Contributor

PR welcome.

@gaborbernat
Copy link
Contributor

We no longer support these EOL pythons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants