Uninstalling PyTorch got stuck

I am trying to uninstall PyTorch but it is stuck. What can I do to fix it?

$ conda uninstall pytorch
Collecting package metadata (repodata.json): done
Solving environment: \ 
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistenc| 

  - conda-forge/linux-64::terminado==0.8.3=py36_0
  - https://repo.continuum.io/pkgs/main/linux-64/linux-64::distributed==1.20.2=py36_0
  - https://repo.continuum.io/pkgs/main/linux-64/linux-64::ipykernel==4.8.0=py36_0
  - https://repo.continuum.io/pkgs/main/linux-64/linux-64::anaconda-project==0.8.2=py36h44fb852_0
  - https://repo.continuum.io/pkgs/main/linux-64/jupyter_console-5.2.0-py36he59e554_1.tar.bz2/linux-64::jupyter_console==5.2.0=py36he59e554_1
  - conda-forge/linux-64::notebook==5.7.8=py36_1
  - https://repo.continuum.io/pkgs/main/linux-64/qtconsole-4.3.1-py36h8f73b5b_0.tar.bz2/linux-64::qtconsole==4.3.1=py36h8f73b5b_0
  - defaults/linux-64::anaconda-navigator==1.8.4=py36_0
  - https://repo.continuum.io/pkgs/main/linux-64/linux-64::jupyterlab_launcher==0.10.2=py36_0
  - https://repo.continuum.io/pkgs/main/linux-64/linux-64::spyder==3.2.6=py36_0
  - https://repo.continuum.io/pkgs/main/linux-64/linux-64::widgetsnbextension==3.1.0=py36_0
  - https://repo.continuum.io/pkgs/main/linux-64/linux-64::ipywidgets==7.1.0=py36_0
  - https://repo.continuum.io/pkgs/main/linux-64/linux-64::jupyterlab==0.31.1=py36_0
  - https://repo.continuum.io/pkgs/main/linux-64/_ipyw_jlab_nb_ext_conf-0.1.0-py36he11e457_0.tar.bz2/linux-64::_ipyw_jlab_nb_ext_conf==0.1.0=py36he11e457_0
  - conda-forge/noarch::jupyter==1.0.0=py_2
  - conda-forge/linux-64::matplotlib==3.1.1=py36_0
  - conda-forge/linux-64::matplotlib-base==3.1.1=py36hfd891ef_0
  - https://repo.continuum.io/pkgs/main/linux-64/linux-64::bokeh==0.12.13=py36h2f9c1c0_0
  - https://repo.continuum.io/pkgs/main/linux-64/linux-64::dask==0.16.1=py36_0
  - https://repo.continuum.io/pkgs/main/linux-64/odo-0.5.1-py36h90ed295_0.tar.bz2/linux-64::odo==0.5.1=py36h90ed295_0
  - https://repo.continuum.io/pkgs/main/linux-64/blaze-0.11.3-py36h4e06776_0.tar.bz2/linux-64::blaze==0.11.3=py36h4e06776_0
  - https://repo.continuum.io/pkgs/main/linux-64/linux-64::seaborn==0.8.1=py36hfad7ec4_0

It seems your current environment might have some conflicts and conda might try to “solve” these:

The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistenc|

conda isn’t the fastest environment manager and if I run into these kind of issues, they were never solved after waiting for a long time.
If it’s possible, I would just create a new environment and install your packages there.