When building Python environment on a Mac, I get an error installing jupyter notebook.

Asked 2 years ago, Updated 2 years ago, 81 views

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?

jupyter-notebook pip

2022-09-30 19:09

1 Answers

 MAC at Python 3.12.0a0.

Try stable versions with proven experience, such as 3.9, 3.10.


2022-09-30 19:09

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.