Ask Your Question
4

Why is it taking a long time to build an image on Python with the message "Building wheel for pandas (pyproject.toml): still running"?

asked 2021-11-14 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-08-09 09:00:00 +0000

lalupa gravatar image

There could be several reasons why it is taking a long time to build an image on Python with the message "Building wheel for pandas (pyproject.toml): still running":

  1. Complexity of the code: If the code is complex with many dependencies, it can take a long time to build the image.

  2. Limited resources: If the system has limited resources (CPU, memory, etc.), then it can slow down the build process.

  3. Slow internet connection: If the dependencies need to be downloaded from the internet during the build process and the internet connection is slow, it can take a long time to build the image.

  4. Large size of the dependencies: If the dependencies are large in size, then it can take a long time to download and install them during the build process.

  5. Issues with the package manager: Sometimes, there can be issues with the package manager that is being used to build the image, which can slow down the process.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-11-14 11:00:00 +0000

Seen: 8 times

Last updated: Aug 09 '21