Advertisement
FanaticExplorer

shazam_aiogram_bug

Nov 20th, 2023
852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 7.78 KB | None | 0 0
  1. (venv) PS D:\Python\SongRecognizeBot> pip install aiogram
  2. Collecting aiogram
  3.   Using cached aiogram-3.1.1-py3-none-any.whl.metadata (7.1 kB)
  4. Collecting aiofiles~=23.1.0 (from aiogram)
  5.   Using cached aiofiles-23.1.0-py3-none-any.whl (14 kB)
  6. Collecting aiohttp~=3.8.5 (from aiogram)
  7.   Using cached aiohttp-3.8.6-cp311-cp311-win_amd64.whl.metadata (7.9 kB)
  8. Collecting certifi>=2023.7.22 (from aiogram)
  9.   Using cached certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)
  10. Collecting magic-filter~=1.0.11 (from aiogram)
  11.   Using cached magic_filter-1.0.12-py3-none-any.whl.metadata (1.5 kB)
  12. Collecting pydantic<2.4,>=2.1.1 (from aiogram)
  13.   Using cached pydantic-2.3.0-py3-none-any.whl.metadata (148 kB)
  14. Collecting typing-extensions~=4.7.1 (from aiogram)
  15.   Using cached typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB)
  16. Collecting attrs>=17.3.0 (from aiohttp~=3.8.5->aiogram)
  17.   Using cached attrs-23.1.0-py3-none-any.whl (61 kB)
  18. Collecting charset-normalizer<4.0,>=2.0 (from aiohttp~=3.8.5->aiogram)
  19.   Using cached charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl.metadata (34 kB)
  20. Collecting multidict<7.0,>=4.5 (from aiohttp~=3.8.5->aiogram)
  21.   Using cached multidict-6.0.4-cp311-cp311-win_amd64.whl (28 kB)
  22. Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp~=3.8.5->aiogram)
  23.   Using cached async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
  24. Collecting yarl<2.0,>=1.0 (from aiohttp~=3.8.5->aiogram)
  25.   Using cached yarl-1.9.2-cp311-cp311-win_amd64.whl (60 kB)
  26. Collecting frozenlist>=1.1.1 (from aiohttp~=3.8.5->aiogram)
  27.   Using cached frozenlist-1.4.0-cp311-cp311-win_amd64.whl.metadata (5.3 kB)
  28. Collecting aiosignal>=1.1.2 (from aiohttp~=3.8.5->aiogram)
  29.   Using cached aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
  30. Collecting annotated-types>=0.4.0 (from pydantic<2.4,>=2.1.1->aiogram)
  31.   Using cached annotated_types-0.6.0-py3-none-any.whl.metadata (12 kB)
  32. Collecting pydantic-core==2.6.3 (from pydantic<2.4,>=2.1.1->aiogram)
  33.   Using cached pydantic_core-2.6.3-cp311-none-win_amd64.whl.metadata (6.6 kB)
  34. Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp~=3.8.5->aiogram)
  35.   Using cached idna-3.4-py3-none-any.whl (61 kB)
  36. Using cached aiogram-3.1.1-py3-none-any.whl (462 kB)
  37. Using cached aiohttp-3.8.6-cp311-cp311-win_amd64.whl (322 kB)
  38. Using cached certifi-2023.11.17-py3-none-any.whl (162 kB)
  39. Using cached magic_filter-1.0.12-py3-none-any.whl (11 kB)
  40. Using cached pydantic-2.3.0-py3-none-any.whl (374 kB)
  41. Using cached pydantic_core-2.6.3-cp311-none-win_amd64.whl (1.7 MB)
  42. Using cached annotated_types-0.6.0-py3-none-any.whl (12 kB)
  43. Using cached async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
  44. Using cached charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl (99 kB)
  45. Using cached frozenlist-1.4.0-cp311-cp311-win_amd64.whl (44 kB)
  46. Installing collected packages: typing-extensions, multidict, magic-filter, idna, frozenlist, charset-normalizer, certifi, attrs, async-timeout, annotated-types,
  47. aiofiles, yarl, pydantic-core, aiosignal, pydantic, aiohttp, aiogram
  48. Successfully installed aiofiles-23.1.0 aiogram-3.1.1 aiohttp-3.8.6 aiosignal-1.3.1 annotated-types-0.6.0 async-timeout-4.0.3 attrs-23.1.0 certifi-2023.11.17 char
  49. set-normalizer-3.3.2 frozenlist-1.4.0 idna-3.4 magic-filter-1.0.12 multidict-6.0.4 pydantic-2.3.0 pydantic-core-2.6.3 typing-extensions-4.7.1 yarl-1.9.2
  50. (venv) PS D:\Python\SongRecognizeBot> pip install shazamio
  51. Collecting shazamio
  52.   Using cached shazamio-0.4.0.1-py3-none-any.whl (32 kB)
  53. Collecting aiofiles<23.0.0,>=22.1.0 (from shazamio)
  54.   Using cached aiofiles-22.1.0-py3-none-any.whl (14 kB)
  55. Requirement already satisfied: aiohttp<4.0.0,>=3.8.3 in d:\python\songrecognizebot\venv\lib\site-packages (from shazamio) (3.8.6)
  56. Collecting anyio<4.0.0,>=3.6.2 (from shazamio)
  57.   Using cached anyio-3.7.1-py3-none-any.whl.metadata (4.7 kB)
  58. Collecting dataclass-factory==2.16 (from shazamio)
  59.   Using cached dataclass_factory-2.16-py3-none-any.whl (29 kB)
  60. Collecting numpy<2.0.0,>=1.24.0 (from shazamio)
  61.   Using cached numpy-1.26.2-cp311-cp311-win_amd64.whl.metadata (61 kB)
  62. Collecting pydantic<2.0.0,>=1.10.2 (from shazamio)
  63.   Using cached pydantic-1.10.13-cp311-cp311-win_amd64.whl.metadata (150 kB)
  64. Collecting pydub<0.26.0,>=0.25.1 (from shazamio)
  65.   Using cached pydub-0.25.1-py2.py3-none-any.whl (32 kB)
  66. Collecting pytest<8.0.0,>=7.2.0 (from shazamio)
  67.   Using cached pytest-7.4.3-py3-none-any.whl.metadata (7.9 kB)
  68. Collecting pytest-asyncio<0.21.0,>=0.20.3 (from shazamio)
  69.   Using cached pytest_asyncio-0.20.3-py3-none-any.whl (12 kB)
  70. Requirement already satisfied: attrs>=17.3.0 in d:\python\songrecognizebot\venv\lib\site-packages (from aiohttp<4.0.0,>=3.8.3->shazamio) (23.1.0)
  71. Requirement already satisfied: charset-normalizer<4.0,>=2.0 in d:\python\songrecognizebot\venv\lib\site-packages (from aiohttp<4.0.0,>=3.8.3->shazamio) (3.3.2)  
  72. Requirement already satisfied: multidict<7.0,>=4.5 in d:\python\songrecognizebot\venv\lib\site-packages (from aiohttp<4.0.0,>=3.8.3->shazamio) (6.0.4)
  73. Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in d:\python\songrecognizebot\venv\lib\site-packages (from aiohttp<4.0.0,>=3.8.3->shazamio) (4.0.3)  
  74. Requirement already satisfied: yarl<2.0,>=1.0 in d:\python\songrecognizebot\venv\lib\site-packages (from aiohttp<4.0.0,>=3.8.3->shazamio) (1.9.2)
  75. Requirement already satisfied: frozenlist>=1.1.1 in d:\python\songrecognizebot\venv\lib\site-packages (from aiohttp<4.0.0,>=3.8.3->shazamio) (1.4.0)
  76. Requirement already satisfied: aiosignal>=1.1.2 in d:\python\songrecognizebot\venv\lib\site-packages (from aiohttp<4.0.0,>=3.8.3->shazamio) (1.3.1)
  77. Requirement already satisfied: idna>=2.8 in d:\python\songrecognizebot\venv\lib\site-packages (from anyio<4.0.0,>=3.6.2->shazamio) (3.4)
  78. Collecting sniffio>=1.1 (from anyio<4.0.0,>=3.6.2->shazamio)
  79.   Using cached sniffio-1.3.0-py3-none-any.whl (10 kB)
  80. Requirement already satisfied: typing-extensions>=4.2.0 in d:\python\songrecognizebot\venv\lib\site-packages (from pydantic<2.0.0,>=1.10.2->shazamio) (4.7.1)
  81. Collecting iniconfig (from pytest<8.0.0,>=7.2.0->shazamio)
  82.   Using cached iniconfig-2.0.0-py3-none-any.whl (5.9 kB)
  83. Collecting packaging (from pytest<8.0.0,>=7.2.0->shazamio)
  84.   Using cached packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
  85. Collecting pluggy<2.0,>=0.12 (from pytest<8.0.0,>=7.2.0->shazamio)
  86.   Using cached pluggy-1.3.0-py3-none-any.whl.metadata (4.3 kB)
  87. Collecting colorama (from pytest<8.0.0,>=7.2.0->shazamio)
  88.   Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
  89. Using cached anyio-3.7.1-py3-none-any.whl (80 kB)
  90. Using cached numpy-1.26.2-cp311-cp311-win_amd64.whl (15.8 MB)
  91. Using cached pydantic-1.10.13-cp311-cp311-win_amd64.whl (2.1 MB)
  92. Using cached pytest-7.4.3-py3-none-any.whl (325 kB)
  93. Using cached pluggy-1.3.0-py3-none-any.whl (18 kB)
  94. Using cached packaging-23.2-py3-none-any.whl (53 kB)
  95. Installing collected packages: pydub, sniffio, pydantic, pluggy, packaging, numpy, iniconfig, dataclass-factory, colorama, aiofiles, pytest, anyio, pytest-asynci
  96. o, shazamio
  97.   Attempting uninstall: pydantic
  98.     Found existing installation: pydantic 2.3.0
  99.     Uninstalling pydantic-2.3.0:
  100.       Successfully uninstalled pydantic-2.3.0
  101.   Attempting uninstall: aiofiles
  102.     Found existing installation: aiofiles 23.1.0
  103.     Uninstalling aiofiles-23.1.0:
  104.       Successfully uninstalled aiofiles-23.1.0
  105. ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependen
  106. cy conflicts.
  107. aiogram 3.1.1 requires aiofiles~=23.1.0, but you have aiofiles 22.1.0 which is incompatible.
  108. aiogram 3.1.1 requires pydantic<2.4,>=2.1.1, but you have pydantic 1.10.13 which is incompatible.
  109. Successfully installed aiofiles-22.1.0 anyio-3.7.1 colorama-0.4.6 dataclass-factory-2.16 iniconfig-2.0.0 numpy-1.26.2 packaging-23.2 pluggy-1.3.0 pydantic-1.10.1
  110. 3 pydub-0.25.1 pytest-7.4.3 pytest-asyncio-0.20.3 shazamio-0.4.0.1 sniffio-1.3.0
  111.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement