Juno.jl icon indicating copy to clipboard operation
Juno.jl copied to clipboard

[BUG]

Open mjbays opened this issue 5 years ago • 4 comments

Please search existing issues to avoid duplicates.

Details

  • Atom version: 1.45.0
  • Julia version: 1.3.1
  • OS: Red Hat Enterprise Linux
  • Package versions:
    • Atom.jl: v0.12.10
    • julia-client: 0.12.4
    • ink: 0.12.3

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 avatar Mar 27 '20 16:03 mjbays

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

mjbays avatar Mar 27 '20 16:03 mjbays

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

pfitzseb avatar Mar 27 '20 17:03 pfitzseb

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?

mjbays avatar Mar 27 '20 18:03 mjbays

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..

aviatesk avatar Mar 28 '20 01:03 aviatesk