cumm
cumm copied to clipboard
AttributeError: 'BuildMeta' object has no attribute 'includes'
export CUMM_CUDA_VERSION="11.4" export CUMM_DISABLE_JIT="1" export CUMM_CUDA_ARCH_LIST="8.7" git clone -b v0.2.8 https://github.com/FindDefinition/cumm cd cumm python setup.py bdist_wheel I did this and then got an error
cumm/cumm/common.py", line 232, in init self.build_meta.includes.append(TENSORVIEW_INCLUDE_PATH) AttributeError: 'BuildMeta' object has no attribute 'includes'
problem solved pip install pccm==0.3.4 pip install ccimport==0.3.7 My pccm was originally 0.4.16, but these two errors disappeared.