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
A lot of Python packages depend on Python 2.7 and/or Python 3.4. If you explicitly say depends_on('python@2.7'), it tries to build exactly 2.7 and fails. We should prob make this work.
A lot of Python packages depend on Python 2.7 and/or Python 3.4. If you explicitly say
depends_on('python@2.7'), it tries to build exactly 2.7 and fails. We should prob make this work.