hjson-py icon indicating copy to clipboard operation
hjson-py copied to clipboard

Claimed to support py27, fails to install

Open bashu opened this issue 2 years ago • 1 comments

DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Collecting hjson
  Downloading hjson-3.1.0.tar.gz (40 kB)
     |████████████████████████████████| 40 kB 1.0 MB/s
    ERROR: Command errored out with exit status 1:
     command: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/jt/83jw43hn0nl97jgxmswvvdh40000gn/T/pip-install-raiNzN/hjson/setup.py'"'"'; __file__='"'"'/private/var/folders/jt/83jw43hn0nl97jgxmswvvdh40000gn/T/pip-install-raiNzN/hjson/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/jt/83jw43hn0nl97jgxmswvvdh40000gn/T/pip-pip-egg-info-y1eBgO
         cwd: /private/var/folders/jt/83jw43hn0nl97jgxmswvvdh40000gn/T/pip-install-raiNzN/hjson/
    Complete output (6 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/jt/83jw43hn0nl97jgxmswvvdh40000gn/T/pip-install-raiNzN/hjson/setup.py", line 80
        **kw,
            ^
    SyntaxError: invalid syntax
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

bashu avatar Dec 15 '22 12:12 bashu