Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-23 Thread John Ralls
Justin, Following up, I've worked out that gnc-fq-check is quitting (not crashing, there's no crash report in Console) in the call to Finance::Quote->new(). The only artifact is a message in Console on the Mac Analytics page "perl getgroupcount called triggering group enumeration". If I turn

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-22 Thread Mike Alexander
On 22 Jan 2021, at 20:10, John Ralls wrote: To answer your earlier question, no, F::Q doesn't work for me either on my DTK. I hadn't actually even tried to install it. It took two passes through sudo gnc-fq-update to get a good install so that I could run gnc-fq-check successfully from

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-22 Thread John Ralls
Justin, To answer your earlier question, no, F::Q doesn't work for me either on my DTK. I hadn't actually even tried to install it. It took two passes through sudo gnc-fq-update to get a good install so that I could run gnc-fq-check successfully from terminal. I've been sticking print

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-22 Thread Justin via gnucash-user
So... it doesn't actually work quite yet, but GnuCash does recognize it.  Attempting to get quotes via the GnuCash-cli program results in a "unable to retrieve quotes for these items" message, followed by all of my securities. The following will not work. It shows a bunch of missing dependency

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-22 Thread Justin via gnucash-user
Woo. I've made progress. So I manually installed the latest F::Q from there GitHub release (following their instructions): https://github.com/finance-quote/finance-quote/releases/tag/v1.50-rc.1 This fixes the issue with running "perl -w gnc-fq-check" (and prints F::Q v1.50) that I mentioned in

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-22 Thread Justin via gnucash-user
Alright. I think I might have found part of the issue.  According to this line in GnuCash source, gnc-fq-check is run as an argument to perl: https://github.com/Gnucash/gnucash/blob/maint/gnucash/price-quotes.scm#L47 So I tried that out and it says F::Q is not installed. > $ perl -w

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-22 Thread Justin via gnucash-user
John, sorry I forgot to check if launching GnuCash from the terminal makes a difference. F::Q does not work if I run GnuCash from the terminal. Good idea though. ‐‐‐ Original Message ‐‐‐ On Friday, January 22nd, 2021 at 4:38 PM, David H wrote: > I think that's what John meant in the

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-22 Thread David H
I think that's what John meant in the second message he posted in this thread re running under Rosetta2 . >> BigSur absolutely is supported. What's not yet available yet is a native build for Apple Silicon, but I've found so far that the Intel build of GnuCash works fine with Rosetta2. >>

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-22 Thread Chris Graves
John Ralls, have you had success running F::Q on an M1 Mac (I seem to recall that you had a dev kit)? > On Jan 22, 2021, at 1:11 PM, Justin wrote: > > Chris, this did not fix my issue. > > ‐‐‐ Original Message ‐‐‐ > > On Friday, January 22nd, 2021 at 9:17 AM, Chris Graves > wrote:

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-22 Thread Justin via gnucash-user
Chris, this did not fix my issue. ‐‐‐ Original Message ‐‐‐ On Friday, January 22nd, 2021 at 9:17 AM, Chris Graves wrote: > I reinstalled (on my Intel Mac) by running: > > /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-update > > > On Jan 21, 2021, at 5:43 PM, Justin

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-22 Thread Chris Graves
I reinstalled (on my Intel Mac) by running: /Applications/Gnucash.app/Contents/Resources/bin/gnc-fq-update > On Jan 21, 2021, at 5:43 PM, Justin wrote: > > Hello all, thank you for replying. I'm new to this email list. > > Dave, I do have an M1 Mac. Maybe that's part of the problem. > >

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-22 Thread Chris Graves
Intel > On Jan 21, 2021, at 5:05 PM, davel...@mac.com wrote: > > Chris, do you have an M1 or Intel Mac? > >> On Jan 21, 2021, at 6:02 PM, Chris Graves wrote: >> >> Just another point of information, I had the same issue, but it was resolved >> after reinstalling F::Q as John mentions below.

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-21 Thread Justin via gnucash-user
Hello all, thank you for replying. I'm new to this email list. Dave, I do have an M1 Mac. Maybe that's part of the problem. Chris, how do you reinstall F::Q? The "perl -MCPAN -e shell" doesn't have an uninstall option. I did manually upgrade F::Q though, no change. Gnucash-cli still thinks

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-21 Thread davelist--- via gnucash-user
Chris, do you have an M1 or Intel Mac? > On Jan 21, 2021, at 6:02 PM, Chris Graves wrote: > > Just another point of information, I had the same issue, but it was resolved > after reinstalling F::Q as John mentions below. > >> On Jan 21, 2021, at 2:38 PM, davelist--- via gnucash-user >>

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-21 Thread Chris Graves
Just another point of information, I had the same issue, but it was resolved after reinstalling F::Q as John mentions below. > On Jan 21, 2021, at 2:38 PM, davelist--- via gnucash-user > wrote: > > > >> On Jan 21, 2021, at 12:12 PM, John Ralls wrote: >> >> >> >>> On Jan 19, 2021, at

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-21 Thread davelist--- via gnucash-user
> On Jan 21, 2021, at 12:12 PM, John Ralls wrote: > > > >> On Jan 19, 2021, at 8:32 PM, Justin via gnucash-user >> wrote: >> >> Hello everyone, >> >> I have an issue with GnuCash (4.4) and Finance::Quote (1.49) on macOS Big >> Sur (11.0). Despite not being officially supported, GnuCash

Re: [GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-21 Thread John Ralls
> On Jan 19, 2021, at 8:32 PM, Justin via gnucash-user > wrote: > > Hello everyone, > > I have an issue with GnuCash (4.4) and Finance::Quote (1.49) on macOS Big Sur > (11.0). Despite not being officially supported, GnuCash itself works great, > with the exception of Finance::Quote. The

[GNC] GnuCash on macOS Big Sur "Finance::Quote isn't installed properly"

2021-01-21 Thread Justin via gnucash-user
Hello everyone, I have an issue with GnuCash (4.4) and Finance::Quote (1.49) on macOS Big Sur (11.0). Despite not being officially supported, GnuCash itself works great, with the exception of Finance::Quote. The "get quotes" button in the Price Database is grayed out and the Security Editor