Forum Discussion
HELP! Python script error: No module name "braintree"
You can probably get this working in Desktop by making sure you have the appropriate package installed locally but if you plan to publish to the Power BI Service, then you're constrained by what packages are supported.
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.
- AlexisOlson4 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.