New issue 266: Installation from source on Linux Mint fails when installing 
pyparsing
https://bitbucket.org/conservancy/kallithea/issues/266/installation-from-source-on-linux-mint

Manuel Stumpf:

Operating System: Linux Mint 17.3
When following the installation guidelines the command
"pip install -e ." fails when it comes to installing pyparsing:

Collecting pyparsing<2.0.0,>=1.5.0 (from celery<2.3,>=2.2.5->kallithea)
  Using cached pyparsing-1.5.7.zip
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File 
"/home/denisa/cppWorkspace/Kallithea/kallithea-venv/local/lib/python2.7/site-packages/setuptools/__init__.py",
 line 12, in <module>
        import setuptools.version
      File 
"/home/denisa/cppWorkspace/Kallithea/kallithea-venv/local/lib/python2.7/site-packages/setuptools/version.py",
 line 1, in <module>
        import pkg_resources
      File 
"/home/denisa/cppWorkspace/Kallithea/kallithea-venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
 line 72, in <module>
        import packaging.requirements
      File 
"/home/denisa/cppWorkspace/Kallithea/kallithea-venv/local/lib/python2.7/site-packages/packaging/requirements.py",
 line 59, in <module>
        MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
    TypeError: __call__() takes exactly 2 arguments (1 given)


_______________________________________________
kallithea-general mailing list
[email protected]
https://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to