2021-05-10 07:42 AM
I am trying to use the DATALOG1_V1.1.0\Utilities\Python_SDK
When I call the script hsdatalog_data_export I get an error: "No module named 'click'
What to do to make these scrpits work? Pyhton is V3.7.8
Solved! Go to Solution.
2021-05-13 05:35 AM
Hi @Community member ,
if not already done, please consider the UM2688 user manual, dealing with the STM32Cube High Speed Datalog function pack.
In particular, you can refer to the last part of section 2.6.2, p.33, especially about the libraries that have to be installed in order to make the script working. The Python version you are using should be ok.
If my reply answered your question, please click on Select as Best at the bottom of this post. This will help other users with the same issue to find the answer faster.
-Eleon
2021-05-13 05:35 AM
Hi @Community member ,
if not already done, please consider the UM2688 user manual, dealing with the STM32Cube High Speed Datalog function pack.
In particular, you can refer to the last part of section 2.6.2, p.33, especially about the libraries that have to be installed in order to make the script working. The Python version you are using should be ok.
If my reply answered your question, please click on Select as Best at the bottom of this post. This will help other users with the same issue to find the answer faster.
-Eleon
2021-05-17 03:10 AM
Hi @Community member ,
any update about your issue?
-Eleon
2021-05-18 07:29 AM
I had Pyton V2.7 installed from another project, and this was blocking the V3.7 Python to install correctly.
After uninstalling all and reinstall V3.7.9, I was able to run the pip installation of the needed modules.
So now the scripts are working fine.
Thx
2021-05-18 07:34 AM
Glad to hear you solved your issue, Stefan!
-Eleon