Forum Discussion
Anonymous
4 years agoNot applicable
HELP! Python script error: No module name "braintree"
Hello, I am trying to connect Braintree data via API into Power Bi desktop. Even though I have installed the Braintree gateway package in CMD, still receiving an error message that there is no m...
Anonymous
4 years agoNot applicable
Hello Alexis,
Thank you for your response.
Though eventually, I would like to make it publish to Power BI Service, the error message I received is when I am working in Desktop. Also, I have installed the package locally, what could be the reason that caused the error message?
Thank you.
AlexisOlson
4 years agoSuper User
If you've got everything installed and in the right place, then I have no idea what the error is.
Can you verify if it's just related to that package? That is, do other packages still work? If not, then you probably don't have Power BI pointing to python correctly.
- Anonymous4 years agoNot applicable
Alexis,
yes- other packages, such as matplotlib and pandas, are all able to be imported except Braintree. Thank you.