You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
我无法使用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版本,错误也层出不穷,包括上述两个问题
The text was updated successfully, but these errors were encountered:
而且直接运行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
我无法使用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版本,错误也层出不穷,包括上述两个问题
The text was updated successfully, but these errors were encountered: