最近在安装pybullet的时候,pycharm报错,提示:
error: command 'cl.exe' failed: No such file or directory
Try to run this command from the system terminal. Make sure that you use the correct version of 'pip' installed for your Python interpreter located at 'D:\python\python37.exe'.
然后我去命令行输入pip install pybullet。
结果error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/