hughsalimbeni / bayesian_benchmarks

A community repository for benchmarking Bayesian methods
Apache License 2.0
106 stars 38 forks source link

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

Open st-- opened 5 years ago

st-- commented 5 years ago

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.