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

Pip-installable Issue #9

Closed
pbouss opened this issue Oct 15, 2021 · 6 comments
Closed

Pip-installable Issue #9

pbouss opened this issue Oct 15, 2021 · 6 comments

Comments

@pbouss
Copy link

pbouss commented Oct 15, 2021

Hello,
since I wanted to use DEHB in order to optimize our hyperparameters. I thought it would be great, if this package would be pip-installable. Via "pip install --editable git+https://github.com/automl/DEHB#egg=DEHB"
Are there any plans for doing so?

@Neeratyoy
Copy link
Collaborator

Neeratyoy commented Oct 15, 2021

Hi,
That indeed is one of the desired changes, however, not sure if there are concrete plans for it right now.
However, if you want to include a setup.py and do a PR, I am willing to look, accept, merge it.

For immediate use, git clone and editing the PYTHONPATH variable to point to the DEHB folder should work.
The __init__ files should handle any relative imports. Please do let me know if there is an issue there.

@pbouss
Copy link
Author

pbouss commented Oct 19, 2021

Thanks, for the information and help. I just did a very tiny setup.py for myself. In the next few days, I will create a pull request for this, where you can then add the more specific details.

@RaghuSpaceRajan
Copy link

This issue: #6 already seems to make it pip installable.

@RaghuSpaceRajan
Copy link

Specifically, this commit fc5fd98 in there

@Neeratyoy
Copy link
Collaborator

However, that particular PR does more than that which I don't have the time to review rn. Anybody willing to extract the pip installable part from it and make a PR is welcome to do so. Or using that commit should also be fine till then.

@Neeratyoy
Copy link
Collaborator

Closing this as DEHB is available on PyPi now!

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