Closed maurice-schleussinger closed 1 year ago
Hmm that's odd. What's the output of brew info cffi
?
Hmm that's odd. What's the output of
brew info cffi
?
➜ ~ brew info cffi
==> cffi: stable 1.16.0 (bottled)
C Foreign Function Interface for Python
https://cffi.readthedocs.io/en/latest/
/opt/homebrew/Cellar/cffi/1.16.0 (37 files, 583.3KB) *
Poured from bottle using the formulae.brew.sh API on 2023-10-13 at 12:39:49
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/c/cffi.rb
License: MIT
==> Dependencies
Build: python@3.10 ✘, python@3.11 ✔, python@3.12 ✔
Required: pycparser ✘, python-setuptools ✔
==> Analytics
install: 72,909 (30 days), 116,554 (90 days), 241,071 (365 days)
install-on-request: 14,609 (30 days), 14,937 (90 days), 15,704 (365 days)
build-error: 14 (30 days)
/opt/homebrew/Cellar/cffi/1.16.0 (37 files, 583.3KB) * Poured from bottle using the formulae.brew.sh API on 2023-10-13 at 12:39:49
Strange. You didn't get latest revision bump #150944.
Other users have also reported not getting revision bumps in #150336 so I wonder if JSON API has a bug.
Another instance at https://github.com/Homebrew/homebrew-core/issues/152280#issuecomment-1778467254 with six
and #149418
I ran brew update
today and it included cffi
and python-cryptography
:
➜ ~ brew update
Updated 2 taps (homebrew/core and homebrew/cask).
==> New Formulae
azion-cli haiti snyk-cli three-body
==> New Casks
batchoutput-pdf
==> Outdated Formulae
black node pyyaml
cffi pycparser ruff
harfbuzz python-cryptography
mypy python-packaging
==> Outdated Casks
focus
You have 10 outdated formulae and 1 outdated cask installed.
You can upgrade them with brew upgrade
or list them with brew outdated.
OCRmyPDF now works without issue. So this particular issue is resolved.
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output" saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
Install and use OCRmyPDF (Formula) on macOS Sonoma (Apple Silicon).
What happened (include all command output)?
brew install OCRmyPDF runs without issue, but the command cannot be used:
This is due to the cryptography library not (fully?) working with Python 3.12. It should work with Python 3.11, so changing this line in the formula should be sufficient for now.
What did you expect to happen?
Run the command without issue.
Step-by-step reproduction instructions (by running
brew
commands)