Hi all,
I have just installed Python 3.8 64-bit (under Windows 7) and added an virtual environnement.
Then I have installed Jupyter Lab via the “pip install jupyterlab” command
When I launch it via “jupyter lab” command it crashes with this error :
File “c:\users\benoit\appdata\local\programs\python\python38\lib\site-packages
\rpds_init_.py”, line 1, in
from .rpds import *
ImportError: DLL load failed while importing rpds: The specified procedure could not be found.
Any ideas of how to solve this issue ? Thanks !