No module named 'xxx'

  • No module named ‘win32api’

Enter the following command on the terminal:

1
pip install pypiwin32
  • No module named ‘cv2’

Enter the following command on the terminal:

1
pip install opencv-python
  • No module named ‘tensorboard’

Enter the following command on the terminal:

1
pip install tb-nightly
  • No module named ‘sklearn’

Enter the following command on the terminal:

1
pip install scikit-learn

No module named 'xxx'
https://www.hardyhu.cn/2022/08/05/No-module-named-xxx/
Author
John Doe
Posted on
August 5, 2022
Licensed under