NERSC / jupyterlab-slurm

BSD 3-Clause "New" or "Revised" License
92 stars 22 forks source link

jupyter labextension install jupyterlab-slurm failing #64

Closed hokiegeek2 closed 2 years ago

hokiegeek2 commented 2 years ago

Hi Everyone,

I am attempting to upgrade to 3.0.1 and I am running into the following error:

image

As shown by the pip3 result, I have jupyterlab 3.0.0 installed, so I don't understand why I am getting this error. Any ideas?

hokiegeek2 commented 2 years ago

Ah, I see the problem:

image

why is npm installing version 2.0.0?

mlhenderson commented 2 years ago

There was an issue with the package.json dependencies that was resolved in the latest version. That version may not be pushed to npm yet, but you can install it from GitHub. Can you try jupyterlab-slurm 3.0.3?

On Wed, Jan 5, 2022 at 3:35 AM hokiegeek2 @.***> wrote:

Hi Everyone,

I am attempting to upgrade to 3.0.1 and I am running into the following error:

[image: image] https://user-images.githubusercontent.com/10785153/148211050-33a98315-f76c-4a30-aaa1-dfc680b2f3d4.png

As shown by the pip3 result, I have jupyterlab 3.0.0 installed, so I don't understand why I am getting this error. Any ideas?

— Reply to this email directly, view it on GitHub https://github.com/NERSC/jupyterlab-slurm/issues/64, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVNKLKZ2YEPFRTYMHYK5ODUUQUIRANCNFSM5LJWAUXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

mlhenderson commented 2 years ago

Use pip to install, that is the current recommended install method. If you use Jupyter labextension install it will go through npm, and I don’t think we have 3.X pushed to npm currently.

On Wed, Jan 5, 2022 at 3:54 AM Matthew Henderson @.***> wrote:

There was an issue with the package.json dependencies that was resolved in the latest version. That version may not be pushed to npm yet, but you can install it from GitHub. Can you try jupyterlab-slurm 3.0.3?

On Wed, Jan 5, 2022 at 3:35 AM hokiegeek2 @.***> wrote:

Hi Everyone,

I am attempting to upgrade to 3.0.1 and I am running into the following error:

[image: image] https://user-images.githubusercontent.com/10785153/148211050-33a98315-f76c-4a30-aaa1-dfc680b2f3d4.png

As shown by the pip3 result, I have jupyterlab 3.0.0 installed, so I don't understand why I am getting this error. Any ideas?

— Reply to this email directly, view it on GitHub https://github.com/NERSC/jupyterlab-slurm/issues/64, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVNKLKZ2YEPFRTYMHYK5ODUUQUIRANCNFSM5LJWAUXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

hokiegeek2 commented 2 years ago

cool, gotcha, I will try v3.0.3

hokiegeek2 commented 2 years ago

sorry, do you mean 3.0.2?

image

hokiegeek2 commented 2 years ago

@mlhenderson feel free to close this. I'll just stick with the pip install, thanks for your help! I don't understand all the npm stuff, so pip is good enough for me.

mlhenderson commented 2 years ago

Yeah, 3.0.2 is correct.

On Wed, Jan 5, 2022 at 4:04 AM hokiegeek2 @.***> wrote:

sorry, do you mean 3.0.2?

[image: image] https://user-images.githubusercontent.com/10785153/148214822-43d07543-ab0f-4aa3-a514-39c7004aa282.png

— Reply to this email directly, view it on GitHub https://github.com/NERSC/jupyterlab-slurm/issues/64#issuecomment-1005627877, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVNKLMIIXXC3SQYZHBNW5TUUQXWFANCNFSM5LJWAUXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

mlhenderson commented 2 years ago

Just making sure you were able to install the latest?

On Wed, Jan 5, 2022 at 4:43 AM hokiegeek2 @.***> wrote:

@mlhenderson https://github.com/mlhenderson feel free to close this. I'll just stick with the pip install, thanks for your help! I don't understand all the npm stuff, so pip is good enough for me.

— Reply to this email directly, view it on GitHub https://github.com/NERSC/jupyterlab-slurm/issues/64#issuecomment-1005654357, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVNKLI2BWISQBDMK64N7C3UUQ4HHANCNFSM5LJWAUXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

hokiegeek2 commented 2 years ago

@mlhenderson whoops, forgot to follow-up, sorry about that, latest version installed fine, thanks! I stuck with the pip install and that worked like a champ.