Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not build wheels for psutil, which is required to install pyproject.toml-based projects [closed]

I am trying to incorporate python with Jupiter notebook in vs code. while test-running a code with "#%%" command, I have recieved an error stating:

Info 16:54:47: ERROR: Failed building wheel for psutil

Info 16:54:47: Failed to build psutil

Info 16:54:47: ERROR: Could not build wheels for psutil, which is required to install pyproject.toml-based projects

What should I do to solve the issue and complete the incorporation, please?

like image 935
James Heo Avatar asked Dec 30 '25 19:12

James Heo


1 Answers

step 1: I sort it out by uninstalling the existing version of python and re-install the python 3.10.8 version. step 2 : pip install jupyter

like image 99
user20351105 Avatar answered Jan 01 '26 13:01

user20351105