-
Notifications
You must be signed in to change notification settings - Fork 30
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
Using wrong python #233
Comments
Interesting, I changed it to use |
Please upgrade to 2.3.1 |
Thanks for the quick response. It is inside a docker. This fixed it for me. |
This was referenced Mar 18, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On pip-compile-multi==2.2.2 when I run
pip-compile-multi
I get this error. The issue does not seem to be present on 2.2.1I believe the issue is in part that
/usr/bin/python
points topython2.7
whereaspip-compille-multi
is installed forpython3.6
. If I change the symlink for/usr/bin/python
topython3.6
the issue goes away.The text was updated successfully, but these errors were encountered: