pycharm安装pclpy包(python+pclpy)
·
貌似只有python3.6-3.7和python3.7-3.8支持pclpy。建议安装这两个版本的python
我安装了python3.6
连接VPN,没成功
pip install pclpy
使用清华源,没成功
pip install pclpy -i https://pypi.tuna.tsinghua.edu.cn/simple
使用豆瓣源,没成功
pip install pclpy -i https://pypi.douban.com/simple
使用这个,成功了
conda install -c conda-forge -c davidcaron pclpy
更多推荐



所有评论(0)