You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
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.
I'm trying to install InQRy on my machine, my python version is 3.8, running on Windows 10. I'm getting this error: