-
Hello Hugo and All, Thanks for the great work. I am having a problem with the Extracting summaries. Usually, this problem occurs whenever I use a module that has an option to add the summary_types (i.e., filtered_summaries, summaries, and summary), here is a screenshot of the message appears: PythonException: since Python.NET 3.0 int can not be converted to Enum implicitly. Use Enum(int_value) interpolated_values module works fine but it doesn't has the option to select the summary type. Also, how to reproduce the results obtained using the interpolated_values on Excel PIDataLInk? My python version is Python 3.9.7. I'd appreciate your help with this. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I have managed to solve the problem. By following this old issue, directed me to the stackoverflow discussion , and then installed the correct Python.NET version for windows 64-bit (pythonnet‑2.5.2‑cp39‑cp39‑win_amd64.whl) from here. Anyway, thanks Hugo and all others for developing this amazing Package. I was actually struggling with the excel PIDataLink. But still would appreciate knowing how to reproduce the results obtained using the interpolated_values on Excel PIDataLInk? Thank you |
Beta Was this translation helpful? Give feedback.
I have managed to solve the problem. By following this old issue, directed me to the stackoverflow discussion , and then installed the correct Python.NET version for windows 64-bit (pythonnet‑2.5.2‑cp39‑cp39‑win_amd64.whl) from here.
Anyway, thanks Hugo and all others for developing this amazing Package. I was actually struggling with the excel PIDataLink. But still would appreciate knowing how to reproduce the results obtained using the interpolated_values on Excel PIDataLInk?
Thank you