Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error installing Jupyter #70

Open
hilacezana opened this issue Dec 4, 2023 · 6 comments
Open

error installing Jupyter #70

hilacezana opened this issue Dec 4, 2023 · 6 comments

Comments

@hilacezana
Copy link

hi, I get this error while trying to install Jupyter through terminal in macOS.
how can I fix it?

thanks

Screenshot 2023-12-04 at 11 22 13
@Sohaib90
Copy link

Sohaib90 commented Dec 4, 2023

Can you try downgrading your python version ? The package requires python >= 2.7, <2.8.0a0

@vfonsecal
Copy link

Hello I have the same issue.

Installing an older version of python does not solve the problem, as the Miniconda version on the the course video asked to be installed contains Python 3.7. Can anyone help?

@GhHiva
Copy link

GhHiva commented Jan 29, 2024

I have the same problem 🫠

@Pratikbhai19392
Copy link

Yes, I Also Have the same problem with how I can install Jupyter I do not know. Every Permutation and combination is done but still the same problem anyone help?

@kRiShNa-429407
Copy link

Try to install via pip

@Shuraimi
Copy link

Shuraimi commented Mar 30, 2024

Hello 👋,
Even I had the same problem. This is just a problem of incompatibility between these different libraries such as Numpy, pandas Matplotlib Scikit Learn and jupyter.

When creating an environment, install the libraries for python 3.10/3.11 as jupyter notebook doesn't support python 3.12.

conda install python=3.11 numpy pandas matplotlib scikit-learn jupyter
(better to use the below command 👇 if you don't want to create a new environment from scratch)
If this doesn't help replace 3.11 with 3.10.

Using this command, all packages will be downloaded with python 3.11/3.10 which is compatible with all these libraries.

Or you can also use this command
conda install python=3.11 jupyter

This will resolve your issue.

I solved my problem through this link
(https://stackoverflow.com/questions/77508384/install-jupyter-despite-pin-1-not-installable-because-it-requires-python-3-12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants