Open pChitral opened 6 months ago
The pip version you tried did not support python3.12 (see https://intro-stat-learning.github.io/ISLP/installation.html). Will release an update. The frozen requirements file is mostly for tagging the version used to build the labs (and v2
is not the current one, the current would be v2.1.3
Issue Description
I encountered a
ModuleNotFoundError
for 'distutils' while trying to install the ISLP package directly via pip in a newly set up Python virtual environment. However, when I used arequirements.txt
from the project's GitHub via pip, the installation succeeded without errors. Below are the steps and the error message for the unsuccessful attempt and the command for the successful installation:Unsuccessful Installation Commands:
Error Message:
Successful Installation Command:
Environment: