cumm icon indicating copy to clipboard operation
cumm copied to clipboard

AttributeError: 'BuildMeta' object has no attribute 'includes'

Open abag1 opened this issue 1 year ago • 1 comments

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'

abag1 avatar Dec 19 '24 08:12 abag1

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.

abag1 avatar Dec 19 '24 11:12 abag1