sglyon / ORCA.jl

Julia interface to Plotly's ORCA image exporter app
3 stars 5 forks source link

unable to load ORCA on Arch #18

Closed IgorDouven closed 5 years ago

IgorDouven commented 5 years ago

Hi,

I'm unable to load ORCA, getting the following error message:

/home/igor/.julia/conda/3/envs/_ORCAjl/lib/orca_app/orca: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

Building the package shows no problems. I'm running Julia 1.1.1 under Arch.

sglyon commented 5 years ago

Hmm I don't have a way to test this and I'm not familiar with the error.

Do you have any ideas?

IgorDouven commented 5 years ago

No, I wouldn't know. I just tried on Clear Linux, which I have running in VirtualBox on my mac, and I got exactly the same error message. (And on my mac, I cannot even add ORCA -- I got the message that it's an unknown package.) Is there any way to store plots that doesn't require ORCA?

Op vr 16 aug. 2019 om 16:25 schreef Spencer Lyon notifications@github.com:

Hmm I don't have a way to test this and I'm not familiar with the error.

Do you have any ideas?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sglyon/ORCA.jl/issues/18?email_source=notifications&email_token=AIFACLH6BKHAP5BVWPFURTLQE22F7A5CNFSM4IMHPTJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4OYHFI#issuecomment-522027925, or mute the thread https://github.com/notifications/unsubscribe-auth/AIFACLDLLZ6FNVB5FGBEQJ3QE22F7ANCNFSM4IMHPTJQ .

sglyon commented 5 years ago

you could store them as html or JSON. all "graphics" formats like png, pdf, svg, jpeg require ORCA

IgorDouven commented 5 years ago

No, I'd really need pdf output. Btw, at least from within a Jupyter notebook, I can store them as pngs (but for most journals, that's not good enough).

Op vr 16 aug. 2019 om 17:53 schreef Spencer Lyon notifications@github.com:

you could store them as html or JSON. all "graphics" formats like png, pdf, svg, jpeg require ORCA

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sglyon/ORCA.jl/issues/18?email_source=notifications&email_token=AIFACLDJ7QVVH3FRQXSHJHLQE3ERFA5CNFSM4IMHPTJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4O7XTY#issuecomment-522058703, or mute the thread https://github.com/notifications/unsubscribe-auth/AIFACLE6PFW62KUSWBKMT43QE3ERFANCNFSM4IMHPTJQ .

sglyon commented 5 years ago

I see. I really don't think I'd be able to help on this one

A workaround for now is to save them to json, load them with python and try writing to pdf from there. I'd be a little surprised if that works because Plotly.py also depends on orca, but maybe their method of installation would work better for you

IgorDouven commented 5 years ago

Not a problem. Thanks for considering this. The output in the notebook looks really good, so hopefully in some future release of PlotlyJS/ORCA this will work for me.

Op vr 16 aug. 2019 om 20:48 schreef Spencer Lyon notifications@github.com:

I see. I really don't think I'd be able to help on this one

A workaround for now is to save them to json, load them with python and try writing to pdf from there. I'd be a little surprised if that works because Plotly.py also depends on orca, but maybe their method of installation would work better for you

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sglyon/ORCA.jl/issues/18?email_source=notifications&email_token=AIFACLGKA45UX4FTU3CLNC3QE3ZAVA5CNFSM4IMHPTJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4PNDMI#issuecomment-522113457, or mute the thread https://github.com/notifications/unsubscribe-auth/AIFACLHTV3ZVYKL3L4C364LQE3ZAVANCNFSM4IMHPTJQ .

dbonattoj commented 5 years ago

Hello,

I had the same problem today my solution: sudo pacman -S gconf

Best regards :)

IgorDouven commented 5 years ago

It worked -- many thanks!

Op ma 19 aug. 2019 om 12:54 schreef dbonattoj notifications@github.com:

Hello,

I had the same problem today my solution: sudo pacman -S gconf

Best regards :)

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/sglyon/ORCA.jl/issues/18?email_source=notifications&email_token=AIFACLGTPGSZT5YOPQT22STQFJ3WFA5CNFSM4IMHPTJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4SP62Q#issuecomment-522518378, or mute the thread https://github.com/notifications/unsubscribe-auth/AIFACLGXVVWHBW4J3PCMPZ3QFJ3WFANCNFSM4IMHPTJQ .

sglyon commented 5 years ago

Thanks @dbonattoj and @IgorDouven !