We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
should be fixed in 0.5.7
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: