Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

pip install throws error #13

Description

I'm trying to install InQRy on my machine, my python version is 3.8, running on Windows 10. I'm getting this error:

Collecting inqry
  Using cached https://files.pythonhosted.org/packages/ee/aa/e7d3cc708da97e063490e48a8cc464331603615b9cd7ca2bc0ea4da3d1a0/inqry-1.3.2.tar.gz
    ERROR: Command errored out with exit status 1:
     command: 'c:\python38\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Saurabh\\AppData\\Local\\Temp\\pip-install-q53ry7jv\\inqry\\setup.py'"'"'; __file__='"'"'C:\\Users\\Saurabh\\AppData\\Local\\Temp\\pip-install-q53ry7jv\\inqry\\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 pip-egg-info
         cwd: C:\Users\Saurabh\AppData\Local\Temp\pip-install-q53ry7jv\inqry\
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Saurabh\AppData\Local\Temp\pip-install-q53ry7jv\inqry\setup.py", line 1, in <module>
        from plistlib import Plist
    ImportError: cannot import name 'Plist' from 'plistlib' (c:\python38\lib\plistlib.py)
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
WARNING: You are using pip version 19.2.3, however version 20.0.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions