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

Cannot do pip install git+... (setup.py/missing __init__ issues) #10

Open
st-- opened this issue May 17, 2019 · 0 comments
Open

Cannot do pip install git+... (setup.py/missing __init__ issues) #10

st-- opened this issue May 17, 2019 · 0 comments

Comments

@st--
Copy link

st-- commented May 17, 2019

Cloning the repository and running python setup.py develop works and lets you import e.g. bayesian_benchmarks.tasks. However, simply running pip install git+https://github.com/hughsalimbeni/bayesian_benchmarks@master does not: this doesn't actually put any of the subdirectories into the python site-packages directory. I suspect this is because of the missing __init__.py files in the subdirectories.

Also, there's an inconsistency with the naming, you set name='bayesian_benchmarking' for the setup() call, whereas the package is actually called bayesian_benchmarks, would be good if this was consistent.

hughsalimbeni added a commit that referenced this issue May 17, 2019
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

1 participant