I have installed python 3.6.8 and tensorflow 1.15 and still running into few installation issues. When I am trying to install
from addressnet.predict import predict_one , i get SyntaxError: future feature annotations is not defined.
As far as i know, function annotations are a feature that was introduced in Python 3.0. This should ideally work given that i have python 3.0.
Can you please help me fix this installation issue. It would be better if anyone could paste the installation steps.
Any help on this would really appreciated.
I have installed python 3.6.8 and tensorflow 1.15 and still running into few installation issues. When I am trying to install from addressnet.predict import predict_one , i get SyntaxError: future feature annotations is not defined.
As far as i know, function annotations are a feature that was introduced in Python 3.0. This should ideally work given that i have python 3.0.
Can you please help me fix this installation issue. It would be better if anyone could paste the installation steps. Any help on this would really appreciated.