Не удается установить causal-conv1d на Mac M1 — модуль упаковки не найден?Python

Программы на Python
Anonymous
Не удается установить causal-conv1d на Mac M1 — модуль упаковки не найден?

Сообщение Anonymous »

Я устанавливаю пакет oython causal-conv1d на Mac Ventura, M1 Silicon и получаю сообщение об ошибке: модуль упаковки не найден.
pip install causal-conv1d==1.1.1 # or any other version 1.2.1 etc

Получающееся сообщение об ошибке:
kages/setuptools/build_meta.py", line 311, in run_setup
exec(code, locals())
File "", line 9, in
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.



Подробнее здесь: https://stackoverflow.com/questions/785 ... -not-found

Вернуться в «Python»