V
V
Venda_982022-01-13 11:19:32
linux
Venda_98, 2022-01-13 11:19:32

Why doesn't tensorflow update to 2.7?

When trying to import project modules into a jupyter notebook, it returns an error during the import phase:
from causalimpact import CausalImpact
The version of CausalImpact is as follows: https://pypi.org/project/pycausalimpact/

It returns the following error:
ImportError: This version of TensorFlow Probability requires TensorFlow version >= 2.7; Detected an installation of version 2.6.2. Please upgrade TensorFlow to proceed.

When explicitly trying to upgrade via pip3 install tensorflow --upgrade, it reaches the latest available version 2.6.2

Moreover, the same project from another user starts normally, although the version of the tensorflow library is also 2.6.2 on it

Python version 3.6.8

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2022-01-13
@dimonchik2013

pip install tensorflow==2.7.0
https://pypi.org/project/tensorflow/#history

A
AVKor, 2022-01-13
@AVKor

Why doesn't tensorflow update to 2.7?

Python version 3.6.8

That's why.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question