Giter Club home page Giter Club logo

Comments (6)

Sohaib90 avatar Sohaib90 commented on August 26, 2024

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

from zero-to-mastery-ml.

vfonsecal avatar vfonsecal commented on August 26, 2024

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?

from zero-to-mastery-ml.

GhHiva avatar GhHiva commented on August 26, 2024

I have the same problem 🫠

from zero-to-mastery-ml.

Pratikbhai19392 avatar Pratikbhai19392 commented on August 26, 2024

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?

from zero-to-mastery-ml.

kRiShNa-429407 avatar kRiShNa-429407 commented on August 26, 2024

Try to install via pip

from zero-to-mastery-ml.

Shuraimi avatar Shuraimi commented on August 26, 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)

from zero-to-mastery-ml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.