-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
pip fails on python 3.10 + windows #621
Comments
I don't really think this is a Nox issue. Looking at the output, the error didn't came from a Nox operation, so I assume it came from somewhere else. Does a pip install fails on a Python 3.10 virtual environment 1? Footnotes
|
hi @DiddiLeija thanks for the suggestion. pip also succeeds in
|
Well, that's weird. This is what I suppose: the issue comes from a somehow broken venv, the question is where. Your Python is managed via |
thanks @DiddiLeija for the suggestion! I will give it a try. TIL could use conda as the backend :P |
@jieru-hu this looks like some conda weirdness to me, IIRC conda does a lot of complex stuff with compiled stuff and linked libraries in the environment such that it "just works" which it does almost all the time in fairness, just means when it does go wrong it happens in a weird way. I've had trouble in the past mixing conda and virtualenv in the same environment. I'd suggest using conda as the venv backend and report back. Unfortunately I don't have a windows machine to debug on so you actually may be better placed than me to experiment! |
Yeah, I also think this came from mixing conda and virtualenv. So that's why we have |
Hi @jieru-hu! It's been a while since my last comment here, so did you manage to fix your issue? Please let us know 🙃 |
Current Behavior
I can run pip on the same machine with no issue outside of nox
on the same machines, other python versions works as expected.
Expected Behavior
nox should work on py 3.10 + windows.
Steps To Reproduce
here is an example failures job we have on our CI. https://app.circleci.com/pipelines/github/facebookresearch/hydra/14406/workflows/26c69463-cd46-40ad-a8f1-771e0bfd33a9/jobs/140853
You should be able to repro it by submitting a PR in our repo.
Environment
Anything else?
any pointer would be awesome... thanks for your amazing work!!
The text was updated successfully, but these errors were encountered: