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

Feature: Enable Windows support #498

Open
DasDominus opened this issue Apr 14, 2021 · 2 comments
Open

Feature: Enable Windows support #498

DasDominus opened this issue Apr 14, 2021 · 2 comments

Comments

@DasDominus
Copy link

Right now there are some issues when trying to install the package on windows.
This issues tracks the effort to remove the blockers on windows support

@DasDominus
Copy link
Author

So after some playing around, what I did:

  • clone the repo
  • in root of repo, run $pip install -e .

This resulted in the following issues:

  1. factoranalysis and fcma does not compile
    This is likely due to the default compiler on Windows (I have VS 2019 installed) is MSVC and does not recognize the --std=c++14 flag

I actually ran into the same issue when trying to install on linux (which had gcc/g++ installed)

might need to dig around to figure out the compiling story here.

Other than this other module seems to work ATM. I'll check the tutorials to see if anything else does not work.

@mihaic
Copy link
Member

mihaic commented Apr 15, 2021

Thanks, @DasDominus. This helps.

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