You can use Jupyter Notebook to solve this problem :
- open Jupyter Notebook
- open a new notebook with the right kernel
- type
!pip uninstall -y [package]in a code cell - run the cell code
You can use Jupyter Notebook to solve this problem :
!pip uninstall -y [package] in a code cell