skip to Main Content

Cannot install ale-py in docker

I'm trying to build dockerfile as below: FROM python:3.10 RUN pip install ale-py If I try to build, I get error msg like: 1.436 ERROR: Could not find a version that satisfies the requirement ale-py (from versions: none) 1.436 ERROR:…

VIEW QUESTION

Visual Studio Code – Error while installing scikit-learn with pip : Preparing metadata (pyproject.toml) did not run successfully

I try to install scikit-learn==1.2.2 for the django project and I got this error. Collecting scikit-learn==1.2.2 Using cached scikit-learn-1.2.2.tar.gz (7.3 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error…

VIEW QUESTION
Back To Top
Search