摘要:
Could not find a package configuration file provided by "pcl_conversions" with any of the following names: pcl_conversionsConfig.cmake pcl_conversions 阅读全文
摘要:
Reading package lists... DoneBuilding dependency tree Reading state information... DoneYou might want to run 'apt --fix-broken install' to correct the 阅读全文
摘要:
解决方法: ImportError: cannot import name main sudo vim /usr/bin/pip把下面的三行 from pip import main if __name__ == '__main__': sys.exit(main())换成下面的三行 from pi 阅读全文