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

Cant install faul. #309

Open
Arka2BR opened this issue Jun 30, 2021 · 4 comments
Open

Cant install faul. #309

Arka2BR opened this issue Jun 30, 2021 · 4 comments

Comments

@Arka2BR
Copy link

Arka2BR commented Jun 30, 2021

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?

@rsetaluri
Copy link
Collaborator

rsetaluri commented Jun 30, 2021

fault depends on coreir and pycoreir which contain binary distributions of C++ code. Unfortunately, this code has neither been tested on nor built for Windows.

The easiest route would be to try running on a machine (or VM) with macOS or Linux.

If you do not have access to either and you are familiar with building C++ on Windows, you might be able to build CoreIR from source.

@Arka2BR
Copy link
Author

Arka2BR commented Jun 30, 2021

I see. I'll try it out.

@leonardt
Copy link
Owner

Yes, if you'd like to pursue using this on windows native, we'll need to start with buildling coreir succesfully on that platform, so I would suggest opening an issue in that repository and we can explore what this might involve. However using linux or macOS is likely to be much less painful given we've extensively tested on both these platforms.

@Arka2BR
Copy link
Author

Arka2BR commented Jun 30, 2021

Hmm I dont know if you could build it for Windows in a few hours if I raise the issue. Ill try VM for the time being...

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

3 participants