Problem Description:
Import bar_ chart_ Race report error
Recently, I was importing bar_ chart_ Error: attributeerror: module 'SIP' has no attribute 'setapi'
imported package:
import bar_chart_race as bcr
Just run the imported statement and an error will be reported: attributeerror: module 'SIP' has no attribute 'setapi'
terms of settlement:
Finally, I found that the reason for this error is that the version of Matplotlib library is too high. The version I reported is 3.3.2. If I downgrade it to 3.3.0, there will be no problem;
Uninstall first: PIP install Matplotlib code>
Re install: PIP install Matplotlib = = 3.3.0 code>
Problem solving!!
Read More:
- Solving attributeerror: module ‘Matplotlib’ has no attribute ‘artist’
- Finally solved the importError: DLLload failed: the specified module could not be found when import matplotlib.pyplot
- To solve Anaconda error: command error out with exit status 1
- Tensorflow error: attributeerror: module ‘tensorflow’ has no attribute ‘unpack’ (‘pack ‘)
- Tensorflow error: module ‘tensorflow’ has no attribute ‘xxx’
- AttributeError: module ‘cv2.cv2‘ has no attribute ‘face‘
- Python — using Matplotlib to draw histogram
- Python error: importerror: DLL load failed: unable to find the specified module solution
- AttributeError:module“seaborn” has no attribute “lineplot”
- Debug | AttributeError: ‘numpy.int64‘ object has no attribute ‘to_pydatetime‘
- Solution of running error reporting attributeerror: ‘rectangle’ object has no property ‘normalized’
- Solving attributeerror: module ‘urllib’ has no attribute ‘request’
- After tensorflow installation, an error occurred while importing: importerror: DLL load failed: the specified module could not be found
- [error reported] [Python] [Matplotlib] importerror: failed to import any QT binding
- AttributeError: Can‘t get attribute ‘LeNet‘ on <module ‘__ main__ “From (error in torch loading model)
- Typeerror: ‘module’ object is not callable
- Python’s importerror: DLL load failed: the specified module was not found and the problem was solved
- Problem solving module ‘ tensorflow.compat . V2 ‘has no attribute’ contrib ‘and importerror cannot import name’ auto ‘
- Importing the multiarray numpy extension module failed
- Vue — report error with less module build failed: typeerror: loaderContext.getResolve is not a function