It should look like this, no: $ tce-load -i py3.6-smbus2.tcz
py3.6-smbus2.tcz: OK
$ python3.6
Python 3.6.9 (default, Dec 11 2019, 17:44:28)
[GCC 9.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import smbus2
>>>