0

I installed zcrmsdk as many doc said in Zoho:

pip install zcrmsdk

Every example start with:

from zcrmsdk import ZCRMRestClient,ZohoOAuth

but, this line failed with :

ImportError: cannot import name 'ZCRMRestClient' from 'zcrmsdk'

so, is there any documentation updated to run this example using python 3.9 + zcrmsdk 3.1.0 ??

I'm trying to create the simplest code to bring a Lead (for example)

bogo
  • 1
  • did you look at https://pypi.org/project/zcrmsdk/#description. – Sandeep Polamuri May 03 '23 at 21:32
  • your question already has an answer here: https://stackoverflow.com/questions/67047916/module-zcrmsdk-has-no-attribute-zcrmrestclient please consider deleting your question – Mohammad Alavi May 03 '23 at 22:10
  • @SandeepPolamuri yes, but it doesn't say anything related to this issue. – bogo May 03 '23 at 22:43
  • @MohammadAlavi that question has been resolved uninstalling latest version and installing version 2 that has more than 4 years! – bogo May 03 '23 at 22:44
  • I just tried the import with python 3.11 in a venv virtualenv, and it didn't report the error. So you might try upgrading python to 3.11 and retry the install and import. – ZohoCoder May 05 '23 at 21:48

0 Answers0