Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fails to build on windows 10 , jupyter lab 3.2.8, python 3.9.1 #238

Closed
jj-github-jj opened this issue Jan 30, 2022 · 2 comments
Closed

fails to build on windows 10 , jupyter lab 3.2.8, python 3.9.1 #238

jj-github-jj opened this issue Jan 30, 2022 · 2 comments

Comments

@jj-github-jj
Copy link

jj-github-jj commented Jan 30, 2022

get this error pretty frequently whenever i try to setup variable inspector on a new machine
image

But found that downloading and renaming to a shorter name and installing from the local directory worked
Step 1: Download the tar.gz file from release page to a short path, ie "C:\mypy", and rename the tar.gz file to a short file name, ie "vi.tar.gz" (not necessary maybe?)
Step 2: run CMD, type the following in command shell
C:\mypy\pip install vi.tar.gz

@rnd195
Copy link

rnd195 commented Mar 15, 2022

I had the same issue while trying to install the package through the extension manager. I then tried using pip to get the package by running pip install lckr-jupyterlab-variableinspector, which ended up working for me.

Alternatively, if you're using conda, consider looking at this answer in issue #237.

@lckr
Copy link
Collaborator

lckr commented Dec 16, 2022

This is a common windows issue with long paths. Glad you could find an alternative way of installing the extension

@lckr lckr closed this as completed Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants