Going through Intro. Statistical Learning with Python right now and at the point where I want to start using python. The book instructs us to create an environment for the purpose of the pedagogy, which I have done, then install the ISLP package using pip, which I attempted but was then met with the following (see image) error message. In particular, the red error text(s) I received said:
ERROR: Could not find a version that satisfies the requirement ISLP (from versions: none)
ERROR: No matching distribution found for ISLP
I then checked out the github for statlearning, as was advised if encountering a ‘frozen environment’ – which I don’t think I did but it was my only recourse – and there I was advised to use the command
pip install -r https://raw.githubusercontent.com/intro-stat-learning/ISLP_labs/v2.1.3/requirements.txt;
Which you can also see in the attached image and was met with a 404 url not found error.
My question is, does anyone have experience with these errors and can give me an idea on how to ameliorate this problem, or any experience with ISLP and the process of getting the labs to run that can explain how to do so.
—————————————————————————————————
I tried exactly what I listed above. I expect the ISLP package to install then I could start the lab by calling jupyter notebooks and the specific lab file from the conda shell.
Numerical Disintegration is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.