Description
When I try to use "pip install fault", I get this error,
ERROR: Command errored out with exit status 1:
command: 'E:\Anaconda\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\arkap\AppData\Local\Temp\pip-install-04cqvv0m\coreir\setup.py'"'"'; file='"'"'C:\Users\arkap\AppData\Local\Temp\pip-install-04cqvv0m\coreir\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 'C:\Users\arkap\AppData\Local\Temp\pip-pip-egg-info-xo4m01hy'
cwd: C:\Users\arkap\AppData\Local\Temp\pip-install-04cqvv0m\coreir
Complete output (5 lines):
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\arkap\AppData\Local\Temp\pip-install-04cqvv0m\coreir\setup.py", line 24, in
raise NotImplementedError(_system)
NotImplementedError: Windows
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Any suggestions what to do?