PyTangoArchiving problem

Hello everyone

I have installed the PyTangoArchiving module but I get the following error. Does anyone know why ‘utils’ doesn’t install

import PyTangoArchiving
Traceback (most recent call last):
File “”, line 1, in
File “C:\Users\a\anaconda3\envs\scada_env\Lib\site-packages\PyTangoArchiving_init_.py”, line 64, in
import utils
ModuleNotFoundError: No module named ‘utils’

Hi!

Yes, this bug is when you use PyTangoArchiving 8 on python3, as that module is still in python2

There is a python3 branch, version 9 and onwards. You may try with that one , although in python3 the library is going to be replaced by pyhdbpp.

Sergi

pip3 install pyhdbpp