我试图在pycharm中的ubuntu 14.04上安装metaplotlib并获得以下错误:
TypeError:unorderable类型:str()<int()
ubuntu 14.04 64bits pycharm运行python 3
追溯是:
DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated.  Downloading/unpacking matplotlib   Running setup.py (path:/tmp/pycharm-packaging7.tmp/matplotlib/setup.py) egg_info for package matplotlib
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pycharm-packaging7.tmp/matplotlib/setup.py", line 155, in <module>
        result = package.check()
      File "/tmp/pycharm-packaging7.tmp/matplotlib/setupext.py", line 961, in check
        min_version='2.3', version=version)
      File "/tmp/pycharm-packaging7.tmp/matplotlib/setupext.py", line 445, in _check_for_pkg_config
        if (not is_min_version(version, min_version)):
      File "/tmp/pycharm-packaging7.tmp/matplotlib/setupext.py", line 173, in is_min_version
        return found_version >= expected_version
      File "/usr/lib/python3.4/distutils/version.py", line 76, in __ge__ …