tfcausalimpact
tfcausalimpact copied to clipboard
ImportError: cannot import name 'CausalImpact' from 'causalimpact' (unknown location)
hi @Mraghuvaran ,
This seems to be an error related to your environment. Something may have happened during the installation process or maybe some other package is causing a naming conflict during the importation process.
Some ideas to consider is trying to create a new python virtual environment and installing the package there to see if it works. Another thing is to see what sys.path
contains and if tfcausalimpact
is contemplated in there.