JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

[BUG] #536

Open mjbays opened 4 years ago

mjbays commented 4 years ago

Please search existing issues to avoid duplicates.

Details

Steps to reproduce

  1. Try to install Juno within Atom Settings-> Install uber-juno
  2. Try to install ink or julia-client manually

The installation hangs at some point within Juno. Some packages install, such as latex-completions, but ink and julia-client do not. I do not believe this is a connection issue, since some packages, and even Juno Labs-developed packages (latex-completions), install, but others don't. Even when manually trying to install them, the installer just hangs forever. No error warnings or anything, it just tries to install it forever, until you close atom.

mjbays commented 4 years ago

Appologies, I forgot to add a subject: Installation hangs on some packages of Uber-Juno.

pfitzseb commented 4 years ago

Please try the instructions here and report back any errors you might see.

mjbays commented 4 years ago

It basically hangs using apm as well.

bays@baysmj-l2b ~]$ apm uninstall ink Uninstalling ink ✗ Failed to delete ink: No package.json found at /home/mjbays/.atom/packages/ink/package.json [mjbays@baysmj-l2b ~]$ apm uninstall julia-client Uninstalling julia-client ✗ Failed to delete julia-client: No package.json found at /home/mjbays/.atom/packages/julia-client/package.json [mjbays@baysmj-l2b ~]$ apm install ink Installing ink to /home/mjbays/.atom/packages

It then keeps doing that forever.

I notice the warning about McAfee. That might be it. Unfortunately I don't have the permissions to temporarily turn it off. I'll talk to our IA folks, but I doubt they'll want to turn it off for a package...

Is there a way to install the packages really manually? Like, from source?

aviatesk commented 4 years ago

http://docs.junolab.org/latest/devdocs/dev_install/

here you are, but I guess the same problem will happen when you try to install npm packages..