salesforce-marketingcloud / FuelSDK-Python

FuelSDK for python
Other
126 stars 194 forks source link

[BUG] ModuleNotFoundError: No module named 'version' #145

Open rishiganesh25 opened 7 months ago

rishiganesh25 commented 7 months ago

I have successfully installed Salesforce-FuelSDK

As a next step when I run import FuelSDK command, I get this error

"ModuleNotFoundError: No module named 'version'"

How do I resolve this?

rishiganesh25 commented 7 months ago
Screenshot 2023-11-25 at 8 24 11 PM
ookice commented 7 months ago

Maybe you need to reinstall it, followint it: pip install FuelSDK --upgrade Or python version not supported it, try to update your Python version?

rishiganesh25 commented 7 months ago

@ookice when I try pip install FuelSDK instead of Salesforce-FuelSDK

I am getting this error while installing

"python setup.py egg_info did not run successfully."

rishiganesh25 commented 7 months ago
image