Код: Выделить всё
pip install pandas
Код: Выделить всё
pip install pandas=2.2.1
Код: Выделить всё
root@thinkpad:/# pip install pandas==2.2.1
Collecting pandas==2.2.1
Downloading pandas-2.2.1.tar.gz (4.4 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 12.6 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [204 lines of output]
Код: Выделить всё
python3 -m pip install --upgrade pip setuptools wheel
sudo apt install build-essential libatlas-base-dev
Подробнее здесь: https://stackoverflow.com/questions/787 ... -using-pip
Мобильная версия