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

Windows installer requires admin privileges and is not signed #5060

Open
allisterb opened this issue Apr 18, 2020 · 2 comments
Open

Windows installer requires admin privileges and is not signed #5060

allisterb opened this issue Apr 18, 2020 · 2 comments

Comments

@allisterb
Copy link

allisterb commented Apr 18, 2020

Application or Package Used
nteract desktop

Describe the bug
The nteract executable installer for Windows is not signed and requires admin privileges. It gets blocked from running by default by SmartScreen. Although the SmartScreen filter can be bypassed Windows users should not run unsigned binaries that require admin access from untrusted sources. Users on a network may have a policy disallowing SmartScreen bypass or running apps that require admin access which means they can't install nteract at all.

To Reproduce
Run the latest Windows installer

Expected behavior
Most other Electron apps I've seen don't require admin privileges to install as they install into a folder in the user's profile where they can be easily updated. I extracted the app64.7z archive from the installer and ran nteract from the files there and it seems to work fine.

Desktop (please complete the following information):

  • OS: Windows
  • Version 22

Additional context
Unless absolutely needed the nteract installer shouldn't require admin privileges. Otherwise it should be signed.

I saw there are other issues filed for this but they've all gone stale.

@puetsch
Copy link

puetsch commented Apr 20, 2020

Same here. I tried running the .zip file for download from the webpage (nteract-0.22.4-win), but it only displayed the splash screen and an Python error and then stalled.

image

@jasonrwang
Copy link

The .zip file worked fine for me, but I also have a separate Jupyter and Python system set up through miniconda. It seems like your error comes from not finding Python, but I'm not entirely certain.

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