You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tfci does not have version 0.2.6. Apparently in your workflow at some point you are installing another ci package. tfcausalimpact should be present in your pip freeze and no other package with conflicting name should appear as well.
So you'll have to uninstall the current package that you have and install again tfci via pip install -U tfcausalimpact. After that you could run: pip show tfcausalimpact and it should return something like
Name: tfcausalimpact
Version: 0.0.14
Summary: Python version of Google's Causal Impact model on top of Tensorflow Probability.
Home-page: https://github.com/WillianFuks/tfcausalimpact
Author: Willian Fuks
Author-email: willian<dot>fuks<at>gmail.com
License: Apache License 2.0
Location: path/to/package
Requires: jinja2, pandas, tensorflow, tensorflow-probability, matplotlib
Required-by:
I am using the following code and the error persists. The thing is that a week ago the code was working just fine with the exact same Dataframe:
Pandas version is 2.1.3 and
causalimpact version is 0.2.6
The text was updated successfully, but these errors were encountered: