Tôi muốn cài đặt gói python 'pygame'. Sử dụng python3.5, trước tiên tôi cài đặt các gói sau:
$ sudo apt-get install python3.5-dev mercurial
$ sudo apt-get install libsdl-image1.2-dev libsdl2-dev libsdl-ttf2.0-dev
$ pip3 install --user hg+http://bitbucket.org/pygame/pygame
và nó cho thấy những điều này:
The directory '/home/omou/.cache/pip/http' or its parent directory
is not owned by the current user and the cache has been disabled.
Please check the permissions and owner of that directory. If executing
pip with sudo, you may want sudo's -H flag.
The directory '/home/omou/.cache/pip' or its parent directory is not
owned by the current user and caching wheels has been disabled. check
the permissions and owner of that directory. If executing pip with
sudo, you may want sudo's -H flag.
Collecting hg+http://bitbucket.org/pygame/pygame
Cloning hg http://bitbucket.org/pygame/pygame to /tmp/pip-7bSGiX-
build
Complete output from command python setup.py egg_info:
WARNING, No "Setup" File Exists, Running "config.py"
Using UNIX configuration...
sh: 1: freetype-config: not found
sh: 1: freetype-config: not found
sh: 1: freetype-config: not found
Hunting dependencies...
WARNING: "freetype-config" failed!
SDL : found 1.2.15
FONT : found
IMAGE : found
MIXER : found
PNG : found
JPEG : found
SCRAP : found
PORTMIDI: found
PORTTIME: found
FREETYPE: not found
Missing dependencies
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in
/tmp/pip-7bSGiX-build/
Tôi đã thử rất nhiều mathod và nó sẽ không sửa được. Xin vui lòng ai đó cho tôi biết chuyện gì đang xảy ra và cách khắc phục nó.
Không phải là người nói tiếng Anh bản địa, nếu bạn không hiểu câu hỏi của tôi, tôi có thể để lại nhận xét.
—
Findon Fassbender