-
Notifications
You must be signed in to change notification settings - Fork 21
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
MacOS Install Problem? Importing module "fava_investor" failed.
#55
Comments
What do you get if you open an interactive |
@redstreet, thank you for responding so quickly:
When I did |
For reference, the install messages:
Fava itself seems to be working. |
Sure. Try |
Ideas? |
Try glob3 rather than glob. |
I've now tried:
Same problem. Any thoughts? |
If you try |
This is a relatively fresh BigSur system and brew install, and as far as I know I'm not using any other python apps.
|
Does fava run for you? The code from fava_investor is just calling stuff from fava and Beancount, which in turn end up causing your error. It looks like the ingest module is causing the issue, which may be because it recently became gulp and got moved to a separate repo. |
I have also tried deleting python3 and reinstalling via brew, but that doesn't help:
I also tried it with the default python3 in BigSur that you now can't delete which is in /usr/bin/python3
-- Christopher Allen |
I'm unfortunately unable to repro your environment since I don't have a mac. As @floatingheads pointed out, it's possible that if you install |
Note that if I |
Glad you were able to get it to work. Thanks for reporting back, @ChristopherA! I've added a note in the README.md linking to this ticket. |
I'm trying to use beancount, fava and fava-investor.
I am using MacOS BigSur with all upgrades, and Safari.
I have installed
brew
, have donebrew install fava
which installs beancount and fava. I then didpip3 install fava-investor
.My beancount file is one known to be working with someone else, and it has the line:
However, when I
fava my.beancount
and openhttp://localhost:5000
I get in the Fava web interface under errors:Importing module "fava_investor" failed.
I'm not sure what I'm doing wrong, or how to diagnose the problem.
The text was updated successfully, but these errors were encountered: