You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm. Dynamically-computed install_requires causes problems for users of pip >= 7.0, which has wheel caching enabled by default: pypa/pip#3025. Short version:
I pip install letsencrypt on Python 2.7, pip runs setup.py and builds a wheel (marked -py2-none-any.whl) and puts it in ~/.cache/pip/
In #1661 (comment) @mgedmin said:
The text was updated successfully, but these errors were encountered: