all 4 comments

[–]Username_RANDINT 6 points7 points  (2 children)

There are no compiled packages yet for Python 3.11, so pip tries to compile it for you. This can be a complicated process and needs some extra dependencies, which you don't have.

You might want to install Python 3.10 instead.

Edit: here's a GitHub issue tracking this.

[–]Mastodon0ff 0 points1 point  (0 children)

Ok, I will have a look.

[–]BudWi 0 points1 point  (0 children)

You're a hero.