Replies: 2 comments
-
|
Also if you run it in a vm, you can notice the |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Where is this combination restricting. This does not repro in our CI, so lets add some more light to it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When working on a change for athena, pip started failing.
I traced the error to pip selecting an old dask ( 0.8, I think ) which failed to install because it used a word that became reserved in python 3.7.
Note - this fails only with updated pip (24.2)
is the line that fails.
works
but also -
works.
The fact that I was able to nudge dask to choose a newer version and it then selected the newest makes me think it is a problem with the pip resolver, which has had known issues in the past. Additionally, when you run the top, it shows that pip ends up panicking and searching through a lot of dasks for some reason.
Beta Was this translation helpful? Give feedback.
All reactions