What is Hackers' Pub?
Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.








![Screenshot of a terminal showing the invocation of python3, an import of `tensorflow.lite.python.convert`, and the attempt to print out the value `_toco_from_proto_bin` from that module, leading to an AttributeError.
Complete text of screenshot follows:
$ python3
Python 3.7.12 (default, Jan 21 2022, 16:12:37)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow.lite.python.convert
>>> tensorflow.lite.python.convert._toco_from_proto_bin
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/path/to/tensorflow_core/python/util/module_wrapper.py", line 193, in __getattr__
attr = getattr(self._tfmw_wrapped_module, name)
AttributeError: module 'tensorflow._api.v1.lite' has no attribute 'python'](https://media.hachyderm.io/media_attachments/files/109/662/596/788/488/955/original/138fcfe322c3613d.png)

















