This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
02-10-2021 04:22 PM
This is a known issue(DE28032) - which is caused because of the missing cryptography version on the requirements.txt file.
Please note - This error can occur for any Python based Data Connectors like - Google BigQuery, DynamicsCRM, ADLS, OneDrive, PowerBI, Salesforce 4.0 and above
Hello Vijay,
Hope you are doing well, your solution posted above did successfully install the OneDrive Tools in my Alteryx Designer version 2020.2.3. However, I'm now facing a new issue when I bring the One Drive Input Tool on the canvas. I don't see configuration window options and get an error.
The Error: OneDrive Input (3) Traceback (most recent call last):¶ File "main.py", line 4, in <module>¶ModuleNotFoundError: No module named 'one_drive_input'¶
Strangely there is no such error for the One Drive Output tool. Any help or guidance on this issue would be extremely helpful. Thank you.
Vijay,
No worries, I was able to solve the issue, an additional python module (Patsy: statsmodel python add on) is required to be installed before the process you have mentioned is executed.
I followed instructions on this link and executed your process.
Thank you very much.