Skip to content

Install on Arch linux fails #120

Closed
Closed
@youngmit

Description

@youngmit

I am trying to install cldoc on an Arch system, and having issues with the pyparsing dependency. cldoc seems to want exactly version 1.5.7, which appears to be incompatible with the current version of python2:

 % pip2 install --user pyparsing==1.5.7 --no-cache-dir
Collecting pyparsing==1.5.7
  Downloading pyparsing-1.5.7.zip (965kB)
    100% |████████████████████████████████| 972kB 26.0MB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/usr/lib/python2.7/site-packages/setuptools/__init__.py", line 11, in <module>
        from setuptools.extern.six.moves import filterfalse, map
      File "/usr/lib/python2.7/site-packages/setuptools/extern/__init__.py", line 1, in <module>
        from pkg_resources.extern import VendorImporter
      File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 71, in <module>
        __import__('pkg_resources.extern.packaging.requirements')
      File "/usr/lib/python2.7/site-packages/pkg_resources/extern/__init__.py", line 42, in load_module
        __import__(extant)
      File "/usr/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)

I'm not sure if this failure is due to some other issue, or if version 1.5.7 of pyparsing is not compatible with my current version of python (2.7.11). I'm unfamiliar with the MARKER_EXPR that is giving me the issue.

The version of pyparsing that is currently installed on my system is 2.1.4. Does cldoc need pyparsing==1.5.7, or would pyparsing>=1.5.7 suffice?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions