-
Notifications
You must be signed in to change notification settings - Fork 187
Closed
Description
Hi, I can't install very recently released textfsm 1.1.3. This seems to be because:
- No wheel has been uploaded for 1.1.3 (https://pypi.org/project/textfsm/1.1.3/#files vs https://pypi.org/project/textfsm/1.1.2/#files)
- setup.py does not specify
sixas a setup_requires dependency, so pip fails to install from source:
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.
shustinm, zwiy, jacobgarder, nv35, mirceaulinic and 9 more
Metadata
Metadata
Assignees
Labels
No labels