jasonrig / address-net

A package to structure Australian addresses
MIT License
195 stars 86 forks source link

Addressnet installation Issues #24

Open Gayathri2993 opened 1 year ago

Gayathri2993 commented 1 year ago

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.