-
-
Notifications
You must be signed in to change notification settings - Fork 616
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 compile breaks with scandir==1.4 #433
Comments
I think the problem is the
This unicode directory name causes problems if trying to append a binary I propose to either entirely remove the |
Hi @byjott, I tried both with no success. I get the same error |
Yes, indeed, that's not enough, as apparently What finally did work for me was to edit
This ensures the temporary directory name ( |
Also, pip-compile works fine when you build pip-tools under python3. @byjott I will try your solution and I will write back for feedback |
@byjott, yes your solution works fine. thanks. |
I can reproduce the problem and confirm that the solution works fine. |
I managed to catch the error:
Unfortunately, after fixing it once with @byjott's approach, I was unable to reproduce - if you're debugging, watch out! I can reproduce at-will now though, if anyone would like more info. |
pip-compiles fails for
scandir==1.4
dependencyThe text was updated successfully, but these errors were encountered: