Skip to content
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

Pandas not installed by default #64

Closed
BrendanKOz opened this issue Nov 25, 2022 · 2 comments
Closed

Pandas not installed by default #64

BrendanKOz opened this issue Nov 25, 2022 · 2 comments

Comments

@BrendanKOz
Copy link

I just ran a release upgrade on the VM that fava is running on and had to reinstall my third-party plugins.

Fava-envelope was refusing load.
I tried running fava_envelope/main.py manually, and it errored out with a missing dependency for pandas.

pip install pandas

This causes pandas (and numpy) to install. Restarting fava has now cleared the error, and envelopes are back.

@vorburger
Copy link

Same here, and this combination "worked" (in quotes because seeing #67):

pip3 install --upgrade beancount==2.3.5 fava==1.23.1 fava-envelope==0.5.6 pandas==1.5.2

@polarmutex I guess this means you should be adding pandas as a dependency?

@polarmutex
Copy link
Owner

should be fixed in 0.5.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants