Установка pygame с помощью Poetry и Python 3.12Python

Программы на Python
Anonymous
Установка pygame с помощью Poetry и Python 3.12

Сообщение Anonymous »

Я пытался установить pygame с Python 3.12 и использовал Poetry для управления зависимостями.
Я запустил поэтическую установку и получил следующую ошибку:
...
File "/Users/r_2009/Library/Caches/pypoetry/virtualenvs/coffeeshop-It7qMoV3-py3.12/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py", line 111, in _find_eggs_in_dir
from pip._vendor.pkg_resources import find_distributions
File "/Users/r_2009/Library/Caches/pypoetry/virtualenvs/coffeeshop-It7qMoV3-py3.12/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2164, in
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?


Подробнее здесь: https://stackoverflow.com/questions/786 ... ython-3-12

Вернуться в «Python»