Results 14 comments of Sergio Livi

Hello, had the same problem, your solution is actually right, but you got the wrong dash (– vs --). Given that you literally copy-pasted from the Python doc, [I opened...

I'm not (yet :D) an expert, but I don't really see how yarn could resolve the issue (looks like it's reading `package.json` as npm does, right?). Anyway, to have latest...

I'd like to, but honestly this would be my first Jenkins "thing"... but also a good excuse to start playing with it, so why not!

I systematically (forget to) run `pip install -U pip wheel`, so I'd really like something like this. I could add that as-is to my `.envrc` files, but it would slow...

I guess we're waiting for https://github.com/github/roadmap/issues/528 https://github.com/actions/runner-images/issues/2187 (?)

=> https://github.com/orgs/community/discussions/64577

@giacomo-mosey maybe upvote [the discussion](https://github.com/orgs/community/discussions/64577)..? (Hoping for the best!)

Hello @rhshadrach, thanks for your review! I left the PR in the draft state as I feel like only the first line changed is actually tested, the two other changes...

Related to #55214 (but not really a duplicate as I've different problems here)

Still investigating on this thing. Something that seems to help is to delete the file `build/cp310/_version_meson.py`. That's because if that file exist it is taken as-is: https://github.com/pandas-dev/pandas/blob/3ba3cd00e143e283019649d839c9e2eaac287353/generate_version.py#L17-L24 Given how unusable...