Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
8 votes
2 answers
13k views

ImportError: cannot import name 'packaging' from 'pkg_resources' when trying to install causal_conv1d

I was trying to install "causal_conv1d" using: pip install --no-cache-dir -t /scratch/ahmed/lib causal_conv1d==1.0.0 The error I got is: Collecting causal_conv1d==1.0.0 Downloading ...
user836026's user avatar
  • 11.3k
-1 votes
2 answers
1k views

TypeError: causal_conv1d_fwd(): incompatible function arguments

I'm having this error with mamba-ssm module: TypeError: causal_conv1d_fwd(): incompatible function arguments. The following argument types are supported: 1. (arg0: torch.Tensor, arg1: torch.Tensor,...
Domenico Costantino Ceglie's user avatar