Hremebw, pyenv, Python Installed
After that, I ran pip install jupyter
on the terminal and received the following error:
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyzmq
Failed to build pyzmq
ERROR: Could not build wheels for pyzmq, which is required to install pyproject.toml-based projects
The pip wheel seems to be a problem, so I tried pip install wheel
, but it was fine.
MAC at Python 3.12.0a0.
What should I do after this to install jupyter?
MAC at Python 3.12.0a0.
Try stable versions with proven experience, such as 3.9, 3.10.
© 2024 OneMinuteCode. All rights reserved.