Permission error in Windows 10
See original GitHub issueI am trying to enable ipywidgets on jupyterlab. I am have npm
and jupyterlab
installed. However, every time I try jupyter labextension install @jupyter-widgets/jupyterlab-manager
command, I get the following PermissionError
.
I haven’t had much luck with just googling the error.
I am using Windows 10 and anaconda as my package manager.
Thanks for the help
(py37) C:\Users\adavoody\Documents>jupyter labextension install @jupyter-widgets/jupyterlab-manager
Node v11.11.0
> C:\Users\adavoody\AppData\Local\Continuum\anaconda3\envs\py37\npm.CMD pack @jupyter-widgets/jupyterlab-manager
npm notice
npm notice package: @jupyter-widgets/jupyterlab-manager@0.38.1
npm notice === Tarball Contents ===
npm notice 2.0kB package.json
npm notice 1.5kB LICENSE
npm notice 2.0kB README.md
npm notice 131B lib/index.d.ts
npm notice 410B lib/index.js
npm notice 2.5kB lib/manager.d.ts
npm notice 6.2kB lib/manager.js
npm notice 1.9kB lib/output.d.ts
npm notice 6.0kB lib/output.js
npm notice 1.1kB lib/plugin.d.ts
npm notice 3.6kB lib/plugin.js
npm notice 829B lib/renderer.d.ts
npm notice 3.0kB lib/renderer.js
npm notice 216B lib/semvercache.d.ts
npm notice 972B lib/semvercache.js
npm notice === Tarball Details ===
npm notice name: @jupyter-widgets/jupyterlab-manager
npm notice version: 0.38.1
npm notice filename: jupyter-widgets-jupyterlab-manager-0.38.1.tgz
npm notice package size: 8.5 kB
npm notice unpacked size: 32.3 kB
npm notice shasum: 1b1e17c929065bd2a93057b2378562c10c3db6c0
npm notice integrity: sha512-JutIwjs2jq6qW[...]Phr69YQ+qQZ/Q==
npm notice total files: 15
npm notice
jupyter-widgets-jupyterlab-manager-0.38.1.tgz
Errored, use --debug for full output:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\adavoody\\AppData\\Local\\Temp\\tmpgzehuvco'
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Windows 10 "Access Denied" Folder Errors: 5 Easy Fixes
The most common fix to try when you see "folder access denied" is to take ownership of the folder through the File Explorer....
Read more >Windows 10 Permissions denied and strange errors even if ...
Also make sure that the Administrator account rights are Enabled: -Click Start and type command in the Taskbar search field. -Click Run as ......
Read more >Fix Access Denied Errors with Ease [CMD, Hard Drive, Folder]
Why am I getting Access denied in Windows 10 when opening a folder? ... This message usually means that you don't have the...
Read more >How to fix "Access Denied" error step-by-step on Windows 10 ...
Step 1 In Windows Explorer, right-click the partition that you cannot access and click Properties. Continue clicking Security -> Advanced. Step 2 Click...
Read more >How To Fix Folder Access Denied in Windows - Alphr
1. Hold down Win + R to open "Run." 2. Type "control userpasswords2" in the dialogue box that opens and tap "OK." 3....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I followed this suggestion and it worked for me
https://github.com/jupyterlab/jupyter-renderers/issues/127#issuecomment-505964361
Will this be resolved in a more formal manner besides modifying the shutil.py module?