Skip to content

pip3 install - deprecation warning about distutils #1

Description

@karawitan

When I install tmux-layout from Darwin / homebrew pip3,
I get the following warnings;

bash-5.1$ pip3 install -r requirements.txt
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621
Collecting curses-menu
  Downloading curses-menu-0.5.0.zip (37 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: six in /opt/homebrew/lib/python3.9/site-packages (from -r requirements.txt (line 2)) (1.16.0)
Building wheels for collected packages: curses-menu
  Building wheel for curses-menu (setup.py) ... done
  Created wheel for curses-menu: filename=curses_menu-0.5.0-py2.py3-none-any.whl size=12285 sha256=33d9890b7c701214255671c32d8145cab17b9f3ec2af372af8a4b15b65ef1173
  Stored in directory: /Users/kalou/Library/Caches/pip/wheels/74/a0/ee/f9097b89d8c485fbc187b48c45957e3e954bdb93286001e44d
Successfully built curses-menu
Installing collected packages: curses-menu
DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621
Successfully installed curses-menu-0.5.0
WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available.
You should consider upgrading via the '/opt/homebrew/opt/python@3.9/bin/python3.9 -m pip install --upgrade pip' command.

Seems Darwin / homebrew specific

Screenshot 2022-03-31 at 19 49 34

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions