Getting error "No such file or directory: <path-to-conda-env>\\share\\jupyter\\labextensions\\<pkg-name>\\build_log.json" #16510
Replies: 1 comment
-
Just to complete the circle: This issue was pursued through the Conda Community Forum and found a solution there from a Community member: I never was successful with installing the conda package for the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have already posted about this issue in the GitHub discussion for Python package
whl2conda
here:[]zuzukin/whl2conda#150
So, I will provide here only a brief description ... I am trying to install the
jupyterlab-hide-code
JupyterLab extension, which is only available on PyPI; however, I am trying to "keep everything conda." So, I built a conda package withwhl2conda
, but the conda package install (via eitherwhl2conda install
orconda install
) fails with the following error:Any thoughts? As I am trying to "be good," I am trying to avoid installing
jupyterlab-hide-code
as a source extension.Beta Was this translation helpful? Give feedback.
All reactions