虚拟环境open3d卸载重新安装,AttributeError: module ‘open3d‘ has no attribute ‘data‘
问题:报错AttributeError: module 'open3d' has no attribute 'data',open3d突然用不了
解决:卸载虚拟环境的open3d,重新安装。
步骤:
1.卸载
pip uninstall open3d
2.下载对应的whl包
3.安装。将whl包复制到虚拟环境的/Lib路径下
打开conda命令行
激活环境
conda activate 环境名
cd 到以上路径
pip install open3d-0.17.0-cp310-cp310-win_amd64.whl