Skip to content

cannot install on Windows 10 #127

@isaac2lord

Description

@isaac2lord

Have already installed nodejs 8.9.3 with conda, bumped into the following error when trying to install plotly-extension with command jupyter labextension install @jupyterlab/plotly-extension --debug:

> C:\Users\<>\AppData\Local\Continuum\anaconda3\npm.CMD pack @jupyterlab/plotly-extension
jupyterlab-plotly-extension-0.14.5.tgz
Traceback (most recent call last):

  File "C:\Users\<>\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyterlab\labextensions.py", line 71, in start
    ans = self.run_task()

  File "C:\Users\<>\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyterlab\labextensions.py", line 100, in run_task
    for arg in self.extra_args

  File "C:\Users\<>\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyterlab\labextensions.py", line 100, in <listcomp>
    for arg in self.extra_args

  File "C:\Users\<>\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyterlab\commands.py", line 210, in install_extension
    return handler.install_extension(extension)

  File "C:\Users\<>\AppData\Local\Continuum\anaconda3\lib\site-packages\jupyterlab\commands.py", line 347, in install_extension
    info = self._install_extension(extension, tempdir)

  File "C:\Users\<>\AppData\Local\Continuum\anaconda3\lib\tempfile.py", line 807, in __exit__
    self.cleanup()

  File "C:\Users\<>\AppData\Local\Continuum\anaconda3\lib\tempfile.py", line 811, in cleanup
    _shutil.rmtree(self.name)

  File "C:\Users\<>\AppData\Local\Continuum\anaconda3\lib\shutil.py", line 494, in rmtree
    return _rmtree_unsafe(path, onerror)

  File "C:\Users\<>\AppData\Local\Continuum\anaconda3\lib\shutil.py", line 393, in _rmtree_unsafe
    onerror(os.rmdir, path, sys.exc_info())

  File "C:\Users\<>\AppData\Local\Continuum\anaconda3\lib\shutil.py", line 391, in _rmtree_unsafe
    os.rmdir(path)

PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\<>\\AppData\\Local\\Temp\\tmpet5pksuo'


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\\<>\\AppData\\Local\\Temp\\tmpet5pksuo'

Any words of wisdom would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions