
Wait for the installation to terminate successfully.If it doesn’t work, try "pip3 install psutil" or “ python -m pip install psutil“.Type “ pip install psutil” (without quotes), hit Enter.You can install psutil on Linux in four steps:

To resolve this uncertainty, you can use pip3, which will always refer to your default Python 3 installation. Depending on what’s first in the PATH variable, pip will refer to your Python 2 or Python 3 installation-and you cannot know which without checking the environment variables. The difference between pip and pip3 is that pip3 is an updated version of pip for Python version 3. Third, if both do not work, use the following long-form command: python -m pip install psutil Second, if this leads to an error message, try this command to install psutil on your system: pip3 install psutil Here’s how to open the command line on a (German) Windows machine:įirst, try the following command to install psutil on your system: pip install psutil It is now installed on your Windows machine. In this case, try "pip3 install psutil" or “ python -m pip install psutil“.

The previous command may not work if you have both Python versions 2 and 3 on your computer.This installs psutil for your default Python installation. Type “ pip install psutil” (without quotes) in the command line and hit Enter again.Type "cmd" in the search bar and hit Enter to open the command line.How to Resolve ModuleNotFoundError: No module named ‘psutil’?.How to Install psutil in a Jupyter Notebook?.If your tensorflow python and jupyter python versions are different, e.g., use tensorflow in py2 but jupyter starts in p圓, both versions of tensorflow(py2 and p圓) should be installed, and jupyter_tensorboard should install to p圓, in accordance with jupyter.

The python version is important, you must be sure that your jupyter, jupyter_tensorboard, tensorflow have the same python version. The python version must be the same as Jupyter: if you start jupyter notebook in python3, pip3 may be used to install the package Any way, you must be sure you have tensorflow(-gpu) installed before install this package. This package does not have a tensorflow dependency because there are several distributions of tensorflow, for example, tensorflow and tensorflow-gpu. If not, you should install or upgrade your tensorflow>=1.3.0 first, and tensorboard is a dependency of tensorflow so that it is automatically installed. Be sure that tensorflow(-gpu)>=1.3.0 has been installed.
