Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Claimed to support py27, fails to install #34

Open
bashu opened this issue Dec 15, 2022 · 1 comment
Open

Claimed to support py27, fails to install #34

bashu opened this issue Dec 15, 2022 · 1 comment

Comments

@bashu
Copy link

bashu commented Dec 15, 2022

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.
@asukaminato0721
Copy link

**kw, to **kw


image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants