I am trying to install oython package causal-conv1d on Mac Ventura, M1 Silicon and I am getting an error about packaging module not found.
pip install causal-conv1d==1.1.1 # or any other version 1.2.1 etc
The resulting error message is:
kages/setuptools/build_meta.py", line 311, in run_setup
exec(code, locals())
File "<string>", line 9, in <module>
ModuleNotFoundError: No module named 'packaging'
[end of output]
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output. ```
I tried all different versions of the package. Latest and 1.1.1 to latest. All give same error. I tried some suggestions found here: https://github.com/state-spaces/mamba/issues/55
but so far nothing seems to work.