Running Python 3.13.3 on Sequioia 15.4 (Apple Silicon)
After successfully running brew install --HEAD pyjq
From within my venv, I run pip3 install pyjq
I receive the error, "ModuleNotFoundError: No module named 'lib2to3'"
lib2to3 is removed as of Python 3.11 (I think).
What is the correct way to pip3 install pyjq?
Running Python 3.13.3 on Sequioia 15.4 (Apple Silicon)
After successfully running
brew install --HEAD pyjqFrom within my venv, I run
pip3 install pyjqI receive the error, "ModuleNotFoundError: No module named 'lib2to3'"
lib2to3 is removed as of Python 3.11 (I think).
What is the correct way to pip3 install pyjq?