QingyongHu / RandLA-Net

🔥RandLA-Net in Tensorflow (CVPR 2020, Oral & IEEE TPAMI 2021)
Other
1.31k stars 321 forks source link

各种包的冲突严重!!!求解决 #288

Open gyy520cyaowu opened 6 months ago

gyy520cyaowu commented 6 months ago

我无法使用python3.5,环境为3.8 仅此而已,但是报出来很多错 包括但不限于 ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject AttributeError: module 'numpy' has no attribute 'typeDict' 哪怕我把open3d更换为适用3.8的0.13.0版本,错误也层出不穷,包括上述两个问题

gyy520cyaowu commented 6 months ago

而且直接运行pip install -r helper_requirements.txt的时候, numpy都安装不了: ERROR: Could not find a version that satisfies the requirement numpy==1.16.1 (from versions: none) ERROR: No matching distribution found for numpy==1.16.1

gyy520cyaowu commented 6 months ago

而且配置好环境之后,进行预处理s3dis数据集指令,它直接报错: ImportError: /home/vipuser/anaconda3/envs/test7/lib/python3.7/site-packages/open3d/linux/open3d.so: undefined symbol: _Py_ZeroStruct