Skip to content
Discussion options

You must be logged in to vote

I'am useing Alpine, Successfully run after installed the following dependencies:

apk update && apk add --no-cache build-base python-3.11-dev

because my python is 3.11 so install python-3.11-dev, otherwise run install python-dev for latest version

if use Ubuntu can try (without actual testing, it's uncertain whether python-dev needs to be installed):

apt-get update && apt-get install -y build-essential

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@noiiiu
Comment options

@nadirvishun
Comment options

@nadirvishun
Comment options

Answer selected by GreatV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #11183 on June 04, 2024 03:51.