jupyterlab-sidecar icon indicating copy to clipboard operation
jupyterlab-sidecar copied to clipboard

Installation issue with conda on Windows

Open mwcraig opened this issue 3 years ago • 1 comments

I'm running into an issue trying to create a conda environment on windows. I don't get the error if I create a python-only environment and then pip install sidecar==0.5.1...it only comes up if I conda or mamba install.

The error I get is below -- if the solution is to rebuild the conda package let me know and I can do that.

CondaVerificationError: The package for sidecar located at C:\Users\jv8699qa\Miniconda3\pkgs\sidecar-0.5.1-pyhd8ed1ab_0
appears to be corrupted. The path 'share/jupyter/labextensions/@jupyter-widgets/jupyterlab-sidecar/static/vendors-node_modules_css-loader_dist_runtime_api_js-node_modules_css-loader_dist_runtime_cssW-926fd9.949facbe71846c90da88.js.map'
specified in the package manifest cannot be found.

mwcraig avatar Jun 21 '22 18:06 mwcraig

Looks like .map files are shipped in the package while they should probably not be.

martinRenou avatar Jun 22 '22 07:06 martinRenou