Score:1

Error when I want to install something via pip: "Therefore support for pip in cryptography is deprecated"

in flag

When I want to install youtube-dl python3 -m pip install --upgrade youtube-dl I get this error message:

/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography (40.0) will be the last to support Python 3.6. from cryptography.utils import int_from_bytes Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: youtube-dl in ./.local/lib/python3.6/site-packages (2021.12.17)

Questions

  1. what does this mean?

  2. what does the last paragraph mean: Defaulting to user installation because normal site-packages is not writeable Condition already met: youtube-dl in ./.local/lib/python3.6/site-packages (2021.12.17)

guiverc avatar
cn flag
It maybe time to upgrade; Ubuntu 18.04 LTS reaches EOSS in April 2023 so you're nearing the *end of the road* for major support for that OS.
Score:1
iq flag

this error message you received is just a warning that indicates to you that your version of pyhon is no longer supported and not supported by the Pyhthon core team, and that the next of "cryptography" will be the last to support python 3.6, overall it will not affect the installation of youtube-dl dont worry

Then the last paragraph of the output simply indicated that youtube-dl installation was successful, what the message mean is that the installation was done in your user local repository rather the system directory because it didnt have the rights to write in it, again it is a normal message

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.