pywintypes.error: (50, 'GetFileSecurity', 'The request is not supported.') while using Jupyter Notebook on network drive

前端 未结 2 618
死守一世寂寞
死守一世寂寞 2021-01-14 11:33

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

2条回答
  •  执念已碎
    2021-01-14 11:53

    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

提交回复
热议问题