谁能告诉我怎么安装 pip
我的网站无法运行,因为缺少模块,我可以安装它们的唯一方法是安装 python 的模块管理器 pip
yum install python-pip失败。我将如何安装它?
这些操作应该通过包管理器来完成,但我什至无法像那样安装 python 3.4a,当很容易做的事情是yum install python3
这个yum管理器有什么问题时,我不得不从源代码中编译它?
======================================================
root@secure [~/distribute-0.6.49]# pip install pygeoip
Downloading/unpacking pygeoip
Downloading pygeoip-0.3.0.tar.gz (97kB): 97kB downloaded
Running setup.py egg_info for package pygeoip
Traceback (most recent call last):
File "<string>", line 16, in <module>
File "/usr/lib/python3.3/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1098: ordinal not in range(128)
Complete output from command python setup.py egg_info:
Traceback …Run Code Online (Sandbox Code Playgroud) python ×1