I am currently trying to use a combination of miniconda + jupyter (installed with pip) on a network drive and I get the following error:
pywintypes.er
For anybody having this issue, it seems to be due to updating jupyter notebook, or any other package that can update it.
The steps to fix the issue are the following,
pip install jupyter pip install jupyter-client==5.3.1 python -m ipykernel install --user