-
Notifications
You must be signed in to change notification settings - Fork 874
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
Installation error #791
Comments
We have made no changes to anything related to installation. In fact, we only made three commits in the last three weeks. I have no idea what could be causing this. My assumption is that the problem is related to your environment. Did you perhaps change pip versions or something? |
It's a pip thing. It works on GitLab CI with pip 18.1, but not the recently released 19.0.2. |
I just read through pip's release notes and nothing jumps out at me. Although, in version 19.0, pip fully adopts PEP 517. I'm assuming that broke this. What it not clear is if that breakage was intentional or not. We probably need to open an issue at pypa/pip. |
I'm closing this as a duplicate of #823. I realize this was opened first, but that better identifies the problem and already includes a discussion of possible solutions. |
I tried installing with
pip install git+https://github.com/Python-Markdown/markdown.git
inside a virtualenv. Output:The same thing happens on the GitLab CI. It worked 3 weeks ago.
The text was updated successfully, but these errors were encountered: