-
-
Notifications
You must be signed in to change notification settings - Fork 212
Fixing failure of 'python setup.py install' #731
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
Conversation
|
I don't think this PR keeps the original behavior which is only allowing installation via pip. Could you please check that installation via |
|
@PGijsbers could you please opine on what is the expected behaviour in the installation from source for openml. Currently following the steps in the doc do not work owing to this. Should we remove the documentation instruction then, or do something better than a direct |
|
We could edit the docs to be |
|
Installing from source should be done using We moved away from However, it looks like edit: I asked for some additional information. But if we can not reproduce the issue and/or solve it nicely, then just updating the documentation and removing the if-statement is fine with me. If possible though, I would like to keep it in if it does not hinder |
Yes, this is the case - even This is one of the reasons we have been unable to just remove the I will comment in the issue thread, but I think the best way to fix this would be to stop enforcing the "don't run |
|
This is superseded by #750. |
Reference Issue
Addresses #727.
What does this PR implement/fix? Explain your changes.
Fixes a system exit on install.
How should this PR be tested?
git clone https://github.com/openml/openml-python.gitpython setup.py install