Error content: no such option: — bulid dir
pycharm
relies on -- build dir
to install third-party libraries. This flag has been removed since the version of 20.2
.
Solution:
1. Switch the version of PIP
: Python - M PIP install PIP == 20.2.4
#### switch the version of PIP
2. Update pychart: click Help -> check for updates in pychart
Similar Posts:
- [Solved] Pycharm Build a flash environment Error: Non zero exit code (2)
- Python compiles and installs under Linux and reports an error: makefile: 1141: install
- [Solved] ImportError: No module named tensorflow
- [Solved] LD: library not found for – XXX when Xcode compiles code
- python from scipy.misc import imread:ImportError: cannot import name imread
- TypeError at /index.html/ ‘method’ object is not subscriptable
- [Solved] QT operate error: exited with code – 1073741515
- [Solved] Pycharm Element Locate Error: DeprecationWarning: find_element_by_* commands are deprecated.
- Solve the problem of error reporting when installing Python Library in pycharm
- Pycharm ImportError: No module named selenium [How to Solve]