I have recently installed Jupyter Lab through conda-forge on my Windows 10 machine.
Whenever I try to install any extensions from within Jupyter Lab, I get this error:
Error: ERROR: Could not open requirements file: [Errno 13] Permission denied: 'C:\\Users\\MY_USER_NAME\\AppData\\Local\\Temp\\tmpm9gfttp2'
How can I resolve the problem? I've tried running Anaconda Prompt with admin privileges but that did not change anything. Admin rights should not be required anyway.
pip
, like so (this will force Python to use the pip that is local to the current environment).python -m pip install <package-name>