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 "<stdin>", line 1, in <module> File "C:\Users\a\anaconda3\envs\scada_env\Lib\site-packages\PyTangoArchiving\__init__.py", line 64, in <module> 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 |
|
|
---|---|
https://gitlab.com/tango-controls/hdbpp/libhdbpp-python pip3 install pyhdbpp |