pastydev / homebrew-cmdict

Homebrew tap for cmdict, a command-line dictionary toolset.
https://github.com/pasty-dev/cmdict
MIT License
0 stars 0 forks source link

Failed to install on Mac with Apple M1 #14

Closed jiedxu closed 10 months ago

jiedxu commented 1 year ago
==> Installing pasty-dev/cmdict/cmdict
==> python3.8 -m venv --system-site-packages /opt/homebrew/Cellar/cmdict/0.1.2/libexec
==> /opt/homebrew/Cellar/cmdict/0.1.2/libexec/bin/pip install -v --no-deps --no-binary :all: --use-feature=no-binary-enable-
Last 15 lines from /Users/edxu96/Library/Logs/Homebrew/cmdict/02.pip:
--no-binary
:all:
--use-feature=no-binary-enable-wheel-cache
--ignore-installed
/private/tmp/cmdict--certifi-20230415-41192-cw0wgn/certifi-2021.10.8

Usage:
  pip install [options] <requirement specifier> [package-index-options] ...
  pip install [options] -r <requirements file> [package-index-options] ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...

option --use-feature: invalid choice: 'no-binary-enable-wheel-cache' (choose from '2020-resolver', 'fast-deps', 'in-tree-build')
jiedxu commented 10 months ago

Fixed by #32.