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

Manual Install on Windows #65

Closed
funkindy opened this issue Mar 11, 2016 · 4 comments
Closed

Manual Install on Windows #65

funkindy opened this issue Mar 11, 2016 · 4 comments
Labels

Comments

@funkindy
Copy link

Hi!
Is there a way to install REP manually on Windows environment?
When installing dependencies i get an error when installing gnureadline:

Error: this module is not meant to work on Windows (try pyreadline instead)

Is there a way to use pyreadline for windows uoosers?

@funkindy
Copy link
Author

Manually installed all the requirements. For now everything works fine except TMVAClassifier, on windows there is a problem with python standard os.setsid which is unix function afaik.

@arogozhnikov
Copy link
Contributor

There is no CI for windows, so some things may fail to work.

there is a problem with python standard os.setsid which is unix function afaik

Indeed, turns out it is *nix specific.

@funkindy
Copy link
Author

Got it.

@arogozhnikov
Copy link
Contributor

Hey @funkindy,

@tata-antares digged into this question, there is currently no way to use TMVAClassifier / TMVARegressor on windows.

...because root_numpy can't be even installed on windows:
scikit-hep/root_numpy#179

...because ROOT does not provide root-config for windows.
https://root.cern.ch/phpBB3/viewtopic.php?t=19994

ROOT community seems to be not interested in supporting windows (e.g. I see no windows options for ROOT6), so the only option I can propose is using docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants