我正在尝试在运行 python 2.7.5 的 freebsd 上安装 p4python。我收到以下错误。
Using cached p4python-2016.1.1447008.tar.gz
Complete output from command python setup.py egg_info:
Attempting to load API from ftp.perforce.com
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-build-WK9yDa/p4python/setup.py", line 611, in <module>
p4_api_dir = get_api_dir()
File "/tmp/pip-build-WK9yDa/p4python/setup.py", line 532, in get_api_dir
p4ftp = P4APIFtp()
File "/tmp/pip-build-WK9yDa/p4python/setup.py", line 65, in __init__
self.platform = self.findPlatform
File "/tmp/pip-build-WK9yDa/p4python/setup.py", line 105, in findPlatform
release = uname.release
AttributeError: 'tuple' object has no attribute 'release'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-WK9yDa/p4python/
我已经尝试更新 setutools ......仍然无法安装。有什么帮助吗?