Skip to content

Python: error: cannot intersect: ~2.6 && ^3.7 #280

Answered by mxcl
nickali asked this question in Help
Discussion options

You must be logged in to vote

Thanks for the report! This is two tea bugs due to our relative immaturity:

  1. We don’t package python 2 (but we should)
  2. Our pip package requires python >=3.7 because we don’t yet support varying the version of a dependency by the version of that package.
  1. happens because we bundle pip separately to python which is our choice so that the user can have complete control over their entire dependency stack, but then pip itself varies its python requirements over the years.

Anyway we'll try to get these fixed thanks.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@mxcl
Comment options

mxcl Jan 2, 2023
Maintainer

@mxcl
Comment options

mxcl Jan 2, 2023
Maintainer

Answer selected by nickali
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants