tfcausalimpact icon indicating copy to clipboard operation
tfcausalimpact copied to clipboard

ImportError: cannot import name 'CausalImpact' from 'causalimpact' (unknown location)

Open Mraghuvaran opened this issue 3 years ago • 1 comments

image

Mraghuvaran avatar Jun 29 '21 11:06 Mraghuvaran

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.

WillianFuks avatar Jun 29 '21 15:06 WillianFuks