Skip to content

Can't install textfsm 1.1.3 #105

@clj

Description

@clj

Hi, I can't install very recently released textfsm 1.1.3. This seems to be because:

pip install textfsm
Collecting textfsm
  Downloading textfsm-1.1.3.tar.gz (55 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.5/55.5 KB 1.6 MB/s eta 0:00:00
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [10 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/private/var/folders/km/bpjt_xps0174w9mlsh18tjbm0000gn/T/pip-install-t1l_cd8g/textfsm_b7c4791da8d447b98c4e9ddb9eb14469/setup.py", line 20, in <module>
          import textfsm
        File "/private/var/folders/km/bpjt_xps0174w9mlsh18tjbm0000gn/T/pip-install-t1l_cd8g/textfsm_b7c4791da8d447b98c4e9ddb9eb14469/textfsm/__init__.py", line 11, in <module>
          from textfsm.parser import *
        File "/private/var/folders/km/bpjt_xps0174w9mlsh18tjbm0000gn/T/pip-install-t1l_cd8g/textfsm_b7c4791da8d447b98c4e9ddb9eb14469/textfsm/parser.py", line 41, in <module>
          import six
      ModuleNotFoundError: No module named 'six'
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions