-
I'm putting this here instead of creating an issue because I think this is really a user issue than tea. I'm running macOS Monterey 12.6.2 which has python 3 but I'd like use python 2.6 for a project. So I'm trying to get 2.6 set up in a completely empty directory: 2:03:37 ❯ tea +python.org^2.6.0 python
tea: resolving package graph
error: cannot intersect: ^2.6 && ^3.7 Alternately, I've tried the following: 2:07:14 ❯ tea -X +python.org^2.6.0 python
tea: resolving package graph
panic: split tea. we’re sorry and we’ll fix it… but you have to report the bug!
https://github.com/teaxyz/cli/issues/new?title=panic%3Acannot+intersect%3A+%5E2.6+%26%26+%5E3.7
----------------------------------------------------->> attachment begin
Error: cannot intersect: ^2.6 && ^3.7
at Module.intersect (file:///opt/tea.xyz/src/v0.16.4/src/utils/semver.ts:273:32)
at ascend (file:///opt/tea.xyz/src/v0.16.4/src/prefab/hydrate.ts:47:55)
at async go (file:///opt/tea.xyz/src/v0.16.4/src/prefab/hydrate.ts:59:9)
at async hydrate (file:///opt/tea.xyz/src/v0.16.4/src/prefab/hydrate.ts:67:9)
at async install (file:///opt/tea.xyz/src/v0.16.4/src/app.exec.ts:443:28)
at async prepare_exec_cmd (file:///opt/tea.xyz/src/v0.16.4/src/app.exec.ts:217:22)
at async X (file:///opt/tea.xyz/src/v0.16.4/src/app.X.ts:17:29)
at async file:///opt/tea.xyz/src/v0.16.4/src/app.ts:35:9
<<------------------------------------------------------- attachment end What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Thanks for the report! This is two tea bugs due to our relative immaturity:
Anyway we'll try to get these fixed thanks. |
Beta Was this translation helpful? Give feedback.
-
Yeah, makes sense! |
Beta Was this translation helpful? Give feedback.
Thanks for the report! This is two tea bugs due to our relative immaturity:
Anyway we'll try to get these fixed thanks.