728x90
반응형
Error Essage
ModuleNotFoundError: No module named 'Crypto'
$ pip3 install crypto
$ pip3 install pycrypto
$ pip3 install crypto Collecting crypto Using cached crypto-1.4.1-py2.py3-none-any.whl.metadata (3.4 kB) Collecting Naked (from crypto) Using cached Naked-0.1.32-py2.py3-none-any.whl.metadata (931 bytes) Collecting shellescape (from crypto) Using cached shellescape-3.8.1-py2.py3-none-any.whl.metadata (2.8 kB) Requirement already satisfied: requests in ./lib/python3.12/site-packages (from Naked->crypto) (2.32.3) Requirement already satisfied: pyyaml in ./lib/python3.12/site-packages (from Naked->crypto) (6.0.2) Requirement already satisfied: charset-normalizer<4,>=2 in ./lib/python3.12/site-packages (from requests->Naked->crypto) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in ./lib/python3.12/site-packages (from requests->Naked->crypto) (3.7) Requirement already satisfied: urllib3<3,>=1.21.1 in ./lib/python3.12/site-packages (from requests->Naked->crypto) (2.2.2) Requirement already satisfied: certifi>=2017.4.17 in ./lib/python3.12/site-packages (from requests->Naked->crypto) (2024.7.4) Using cached crypto-1.4.1-py2.py3-none-any.whl (18 kB) Using cached Naked-0.1.32-py2.py3-none-any.whl (587 kB) Using cached shellescape-3.8.1-py2.py3-none-any.whl (3.1 kB) Installing collected packages: shellescape, Naked, crypto Successfully installed Naked-0.1.32 crypto-1.4.1 shellescape-3.8.1 [notice] A new release of pip is available: 24.0 -> 24.2 [notice] To update, run: pip install --upgrade pip |
728x90
반응형
'Programming > Python' 카테고리의 다른 글
Python: SyntaxError: EOL while scanning string literal (0) | 2024.11.18 |
---|---|
ModuleNotFoundError: No module named 'dotenv' (0) | 2024.08.22 |
[python]문자열에 double quotes 추가 하는 방법 (0) | 2024.06.19 |
[Python] TypeError: unsupported operand type(s) for |: 'type' and 'type' (0) | 2024.06.19 |
Python Error: externally-managed-environment (0) | 2024.05.28 |