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
Pants implements an interpreter cache: a set of known-working interpreters along with cached and built dependencies necessary for certain features of pex to work (e.g. setuptools, wheel, etc.) Right now you can't build pexes with wheels if your interpreter does not have wheel. Pants is smart enough to fetch and build this for you -- this functionality should be within pex instead.
The text was updated successfully, but these errors were encountered:
Pants implements an interpreter cache: a set of known-working interpreters along with cached and built dependencies necessary for certain features of pex to work (e.g. setuptools, wheel, etc.) Right now you can't build pexes with wheels if your interpreter does not have wheel. Pants is smart enough to fetch and build this for you -- this functionality should be within pex instead.
The text was updated successfully, but these errors were encountered: