Skip to content

What's going on here? Typing commands sometimes executes stuff in the middle of typing. #2955

Answered by chrisant996
TheHorscht asked this question in Q&A
Discussion options

You must be logged in to vote

Here is the command that the pip completions are running:

python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())"

If you run that, you'll get the same error message.

I said the error is coming from pip, but what I mean is that the error is coming from pip or something that pip depends on, such as python.

The error message says that the "distutils" package in python is deprecated. The error message includes a suggestion to "Use setuptools or check PEP 632 for potential alternatives".

That's an issue in the python/pip installation. You'll have to resolve that in the python and/or pip installations. A good place to look for help could be in the pip repo, or in ano…

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@chrisant996
Comment options

@TheHorscht
Comment options

@chrisant996
Comment options

Answer selected by TheHorscht
@chrisant996
Comment options

@TheHorscht
Comment options

@chrisant996
Comment options

@TheHorscht
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants